fix: misc cleanups

This commit is contained in:
Jonas Juselius
2025-10-11 11:09:09 +02:00
parent 6611267c3b
commit 29e65c1598
2 changed files with 5 additions and 25 deletions

View File

@@ -91,16 +91,6 @@ in
# "172.19.254.0/24"
# "172.19.255.0/24"
# ];
infiniband-exporter = {
enable = false;
nameMap = ''
# 0xe8ebd3030024981e "c0-1"
'';
};
slurm-exporter = {
enable = false;
port = 6080;
};
};
};
@@ -151,16 +141,6 @@ in
};
};
systemd.automounts = [
# {
# wantedBy = [ "multi-user.target" ];
# automountConfig = {
# TimeoutIdleSec = "600";
# };
# where = "/home";
# }
];
nix.extraOptions = ''
# secret-key-files = /etc/nix/rossby.key
'';
@@ -273,7 +253,7 @@ in
services.tailscale = {
enable = true;
authKeyFile = "/var/lib/secrets/tailscale.key";
useRoutingFeatures = "server"; # for exit-node usage
useRoutingFeatures = "client";
extraUpFlags = [
"--login-server=https://headscale.svc.oceanbox.io"
"--accept-dns=true"