about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/communication/default.nix2
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";
         };