Split slurm configuration for client and server

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2025-08-27 12:36:52 +02:00
parent ee895d2e4f
commit f569933732
3 changed files with 127 additions and 117 deletions

View File

@@ -1,7 +1,9 @@
{ ... }:
{
services.slurm = {
server.enable = true;
};
imports = [
./slurm-common.nix
];
services.slurm.server.enable = true;
}