Hydra: disable firewall

Firewalls are only for poorly configured systems running insecure
services.
This commit is contained in:
Ehmry - 2020-01-20 16:54:27 +01:00
parent 275e1696ae
commit 0878859b17
2 changed files with 1 additions and 2 deletions

View File

@ -76,6 +76,7 @@
};
networking.hostName = "hydra";
networking.firewall.enable = false;
networking.useHostResolvConf = true;

View File

@ -40,6 +40,4 @@
};
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
}