Merge branch 'master' of git.uninsane.org:shelvacu/nix-stuff
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user