This commit is contained in:
mjallen18
2025-10-21 11:31:20 -05:00
parent 2cfbc6d854
commit d61dfda3d5
9 changed files with 171 additions and 120 deletions

View File

@@ -100,7 +100,7 @@
};
headscale = {
enable = true;
enable = false;
port = 2112;
dataDir = "/media/nas/main/nix-app-data/headscale";
reverseProxy = {
@@ -121,6 +121,12 @@
transcodePath = "/media/nas/main/nix-app-data/unmanic/transcode";
};
uptime-kuma = {
enable = true;
port = 3001;
dataDir = "/media/nas/main/nix-app-data/uptime-kuma";
};
glance = {
enable = true;
port = 5555;

View File

@@ -152,6 +152,7 @@ in
2222
8181
5432
3001
];
allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts;
};
@@ -290,7 +291,7 @@ in
virt-manager.enable = true;
coolercontrol = {
enable = true;
nvidiaSupport = true;
nvidiaSupport = false;
};
};
}