hosts/TITAN: make attic-upload want network-online.target

This commit is contained in:
Max Headroom 2024-06-29 16:51:46 +02:00
parent 19ea92db5d
commit 18596425db

View file

@ -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 = ''