diff --git a/shared/slurm.nix b/shared/slurm.nix index 4dc17e7..ac33550 100644 --- a/shared/slurm.nix +++ b/shared/slurm.nix @@ -27,7 +27,7 @@ in (attrValues nodes)); partitionName = [ - "all Nodes=ALL AllowGroups=cluster Default=YES MaxTime=6:00:00 State=UP" + "all Nodes=ALL Default=YES MaxTime=6:00:00 State=UP" "vip Nodes=ALL AllowGroups=vip Default=NO MaxTime=INFINITE State=UP" ]; };