Archived
1
0
forked from rarias/bscpkgs

Move slurm control server to apex

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2025-08-27 11:56:20 +02:00
parent 5ee8623af2
commit ee895d2e4f
4 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
./gitlab-runner.nix
./monitoring.nix
./nfs.nix
./slurm-server.nix
./nix-serve.nix
./public-inbox.nix
./gitea.nix

View File

@@ -1,7 +0,0 @@
{ ... }:
{
services.slurm = {
server.enable = true;
};
}