fix: misc fixes and tweaks
This commit is contained in:
@@ -4,6 +4,5 @@
|
||||
./hpc.nix
|
||||
./slurm.nix
|
||||
./monitoring.nix
|
||||
./mft
|
||||
];
|
||||
}
|
||||
|
||||
@@ -142,8 +142,8 @@ let
|
||||
description = "Proxy slurmrestd unix socket to port 6822";
|
||||
listenStreams = [ "0.0.0.0:6822" ];
|
||||
wantedBy = [ "sockets.target" ];
|
||||
# Allow multiple instances of corresponding service.
|
||||
socketConfig.Accept = true;
|
||||
# If 'true', allow multiple instances of corresponding service (fails)
|
||||
socketConfig.Accept = false;
|
||||
};
|
||||
|
||||
systemd.services."slurm-http-proxy@" = {
|
||||
|
||||
Reference in New Issue
Block a user