Split slurm configuration for client and server

This commit is contained in:
2025-08-27 12:36:52 +02:00
parent 0b3fc46003
commit 1dfc89add7
3 changed files with 126 additions and 116 deletions

View File

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