configuration: remove unneeded firewall rule

This is now part of services/nginx.nix
This commit is contained in:
Antoine Martin 2021-02-14 13:19:40 +01:00
parent b70e37770a
commit e2456d8019

View file

@ -115,8 +115,6 @@
security.acme.acceptTerms = true;
security.acme.email = "antoine97.martin@gmail.com";
networking.firewall.allowedTCPPorts = [ 80 443 ];
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.permitRootLogin = "no";