diff options
Diffstat (limited to 'home/profiles/communication/default.nix')
-rw-r--r-- | home/profiles/communication/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 59fdc1f..b1fc67d 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -361,11 +361,11 @@ in systemd.user.services.mbsync-oneshot = { Unit = { Description = "mbsync oneshot synchronisation"; + After = [ "sops-nix.service" ]; }; Service = { Type = "oneshot"; ExecStart = "${mbsyncCmd} -Va"; - After = [ "sops-nix.service" ]; RemainAfterExit = true; TimeoutStartSec = "5min"; }; |