modularized firewall logic
This commit is contained in:
@@ -13,7 +13,6 @@ in
|
||||
plex = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
group = "piracy";
|
||||
openFirewall = true;
|
||||
};
|
||||
nginx = lib.mkIf cfg.enableProxy {
|
||||
virtualHosts."${cfg.host}" = {
|
||||
|
||||
Reference in New Issue
Block a user