fix: misc fixes and tweaks
This commit is contained in:
@@ -17,6 +17,7 @@ with lib;
|
|||||||
imports = [
|
imports = [
|
||||||
./k8s
|
./k8s
|
||||||
./hpc
|
./hpc
|
||||||
|
./mft
|
||||||
./fs
|
./fs
|
||||||
./pki/certs.nix
|
./pki/certs.nix
|
||||||
../nixos
|
../nixos
|
||||||
|
|||||||
@@ -4,6 +4,5 @@
|
|||||||
./hpc.nix
|
./hpc.nix
|
||||||
./slurm.nix
|
./slurm.nix
|
||||||
./monitoring.nix
|
./monitoring.nix
|
||||||
./mft
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -142,8 +142,8 @@ let
|
|||||||
description = "Proxy slurmrestd unix socket to port 6822";
|
description = "Proxy slurmrestd unix socket to port 6822";
|
||||||
listenStreams = [ "0.0.0.0:6822" ];
|
listenStreams = [ "0.0.0.0:6822" ];
|
||||||
wantedBy = [ "sockets.target" ];
|
wantedBy = [ "sockets.target" ];
|
||||||
# Allow multiple instances of corresponding service.
|
# If 'true', allow multiple instances of corresponding service (fails)
|
||||||
socketConfig.Accept = true;
|
socketConfig.Accept = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services."slurm-http-proxy@" = {
|
systemd.services."slurm-http-proxy@" = {
|
||||||
|
|||||||
@@ -470,7 +470,7 @@ in {
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# ../overrides/kubernetes_default.nix
|
# ../overrides/kubernetes_default.nix
|
||||||
# ../overrides/kubelet.nix
|
../overrides/kubelet.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ let
|
|||||||
};
|
};
|
||||||
cachix.enable = false;
|
cachix.enable = false;
|
||||||
monitoring.nodeExporter.enable = false;
|
monitoring.nodeExporter.enable = false;
|
||||||
hpc.mft.enable = false; # Mellanox MFT
|
mft.enable = true; # Mellanox MFT
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user