This commit is contained in:
mjallen18
2025-10-16 20:28:28 -05:00
parent bf8b3d226a
commit 2cfbc6d854
9 changed files with 140 additions and 57 deletions

View File

@@ -99,6 +99,20 @@
};
};
headscale = {
enable = true;
port = 2112;
dataDir = "/media/nas/main/nix-app-data/headscale";
reverseProxy = {
enable = true;
subdomain = "headscale";
middlewares = [
"crowdsec"
"whitelist-geoblock"
];
};
};
unmanic = {
enable = true;
configPath = "/media/nas/main/nix-app-data/unmanic/config";