From e2456d801924c9dddb4bf71a0a127a2aeb89744c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 14 Feb 2021 13:19:40 +0100 Subject: [PATCH] configuration: remove unneeded firewall rule This is now part of services/nginx.nix --- configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1a55e9b..8a896a1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";