From 050daa4195380ed985dd9d9a3c6fa97686b556b9 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 20 Oct 2024 16:28:42 +0200 Subject: [PATCH] Fix nextcloud autosync --- modules/home/nextcloud-sync.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" ]; }; }; };