fix: open ports 80/443 in proxy module when proxies are configured #5
@@ -92,4 +92,9 @@ with lib;
|
||||
|
||||
virtualHosts = mapAttrs makeHost cfg;
|
||||
};
|
||||
|
||||
config.networking.firewall.allowedTCPPorts = mkIf ((attrValues cfg) != [ ]) [
|
||||
80
|
||||
443
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user