jungle/m/hut/slurm-daemon.nix

8 lines
66 B
Nix
Raw Permalink Normal View History

{ ... }:
{
services.slurm = {
server.enable = true;
};
}