schedule imapnotify to start after sops-nix
This commit is contained in:
parent
a8f942072d
commit
2b1e9c7963
1 changed files with 4 additions and 0 deletions
|
@ -60,4 +60,8 @@
|
|||
withExternalGnupg = true;
|
||||
};
|
||||
};
|
||||
systemd.user.services.imapnotify.Unit = {
|
||||
Wants = [ "sops-nix.service" ];
|
||||
After = [ "sops-nix.service" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue