jungle/m/hut/slurm-server.nix
Aleix Roca Nonell 35b4a30f2e Move slurm client in a separate module
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2025-10-01 16:40:16 +02:00

8 lines
66 B
Nix

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