Browse Source

slurm: fix mail

main
Dustin Frisch 2 weeks ago
parent
commit
ef82a0bb15
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 4
      shared/slurm.nix

4
shared/slurm.nix

@ -30,6 +30,10 @@ in
"all Nodes=ALL Default=YES MaxTime=6:00:00 State=UP"
"vip Nodes=ALL AllowGroups=vip Default=NO MaxTime=INFINITE State=UP"
];
extraConfig = ''
MailProg=${pkgs.mailutils}/bin/mail
'';
};
services.munge = {

Loading…
Cancel
Save