upd
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user