diff --git a/modules/home/nextcloud-sync.nix b/modules/home/nextcloud-sync.nix index b2d5beb..0847dac 100644 --- a/modules/home/nextcloud-sync.nix +++ b/modules/home/nextcloud-sync.nix @@ -49,10 +49,7 @@ in OnBootSec = "1min"; OnUnitActiveSec = "5min"; }; - Unit.After = [ - "network-online.target" - "sops-nix.service" - ]; + Unit.After = [ "network-online.target" ]; }; }; };