modularized firewall logic
This commit is contained in:
@@ -9,7 +9,6 @@ in
|
||||
ombi = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
inherit (cfg) port;
|
||||
openFirewall = !cfg.isLocal;
|
||||
};
|
||||
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverseFix cfg);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user