services.slurm.server.flags

NixOS option

Flags passed to slurmctld daemon, see slurmctld(8). Special characters are properly escaped.

type: attribute set of (string or boolean or floating point number or signed integer)
Default
{ }
Example
{
  L = "/var/log/file with space.log";
  i = true;
  n = 10;
  systemd = true;
}
declared in: nixos/modules/services/computing/slurm/slurm.nixView source on NixOS/nixpkgs →