diff --git a/hosts/fra1-c/configuration.nix b/hosts/fra1-c/configuration.nix index 931e7df..206386d 100644 --- a/hosts/fra1-c/configuration.nix +++ b/hosts/fra1-c/configuration.nix @@ -199,8 +199,15 @@ in interface = "enp1s0"; }; firewall = { - allowedUDPPorts = [ 53 ]; - allowedTCPPorts = [ 53 ]; + allowedUDPPorts = [ + 53 + 443 + ]; + allowedTCPPorts = [ + 53 + 80 + 443 + ]; }; };