fix: slurm updates for rossby

This commit is contained in:
2025-09-26 16:03:31 +02:00
parent 998d551943
commit 398af17797
2 changed files with 6 additions and 3 deletions

View File

@@ -77,8 +77,8 @@ in {
hpc = {
slurm.server = true;
slurm.slurmrestd = true;
slurm.dbdServer = true;
slurm.mungeUid = 993;
slurm.dbdHosts = "ekman-manage.obx.hs";
manageNode = true;
};
@@ -329,6 +329,7 @@ in {
extraUpFlags = [
"--login-server=https://headscale.svc.oceanbox.io"
"--accept-dns=true" # see dnsmasq
"--accept-routes=true"
"--advertise-exit-node"
"--advertise-routes=172.16.239.0/24,172.16.238.0/24"
];