fix: add sops-nix.service dependency to munged.service
Some checks failed
ci / treefmt (push) Failing after 55s
Some checks failed
ci / treefmt (push) Failing after 55s
This commit is contained in:
parent
59ce864d13
commit
6a3fac015a
1 changed files with 2 additions and 0 deletions
|
|
@ -105,10 +105,12 @@ in {
|
|||
|
||||
systemd.services.slurmctld = mkIf (builtins.elem hostName cfg.controlHosts) {
|
||||
requires = [
|
||||
"sops-nix.service"
|
||||
"mnt-nfs-slurm.mount"
|
||||
];
|
||||
|
||||
after = [
|
||||
"sops-nix.service"
|
||||
"mnt-nfs-slurm.mount"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue