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;