Merge branch 'master' of git.uninsane.org:shelvacu/nix-stuff

This commit is contained in:
Shelvacu
2025-07-11 10:50:09 -07:00
committed by Shelvacu on fw

View File

@@ -2,10 +2,16 @@
vacuModules,
...
}:
let
port = 62622;
in
{
imports = [ vacuModules.hath ];
config.vacu.hath = {
vacu.hath = {
enable = true;
autoStart = true;
flushLogs = true;
cacheDir = "/propdata/hath-cache";
};
networking.firewall.allowedTCPPorts = [ port ];
}