From cae0c10362e8f6c16602d1e7a022d2af522d095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 24 Nov 2025 22:35:38 +0000 Subject: [PATCH] firewall --- hosts/fra1-c/configuration.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 + ]; }; };