forked from rarias/bscpkgs
Refacto slurm configuration into compute/control
This commit is contained in:
10
xeon07/slurm-daemon.nix
Normal file
10
xeon07/slurm-daemon.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.slurm = {
|
||||
server.enable = true;
|
||||
partitionName = [
|
||||
"xeon Nodes=xeon[01-02,07] Default=YES MaxTime=INFINITE State=UP"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user