configuration: remove unneeded firewall rule
This is now part of services/nginx.nix
This commit is contained in:
parent
b70e37770a
commit
e2456d8019
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue