hosts/TITAN: make attic-upload want network-online.target
This commit is contained in:
parent
19ea92db5d
commit
18596425db
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
|||
description = "Attic Uploader";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
path = [ config.nix.package ];
|
||||
environment.XDG_CONFIG_HOME = "/tmp/attic-upload";
|
||||
preStart = ''
|
||||
|
|
Loading…
Reference in a new issue