modularized firewall logic

This commit is contained in:
2025-09-27 17:44:01 -06:00
parent 3d3f49aeec
commit 99574c9b66
27 changed files with 31 additions and 56 deletions

View File

@@ -15,7 +15,6 @@ in
stash = lib.mkIf cfg.enable {
enable = true;
group = "piracy";
openFirewall = !cfg.isLocal;
mutableSettings = true;
username = "Suing8150";
passwordFile = config.sops.secrets."stash/password".path;