From b9a6cfe164fd5338d49c0094753fd4bf40c5313d Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 16 Sep 2024 13:31:09 +0200 Subject: [PATCH] allow 80 and 443 udp --- hosts/chmura/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index 5d8d12a..8b6b078 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -51,6 +51,7 @@ in { }; networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedUDPPorts = [ 80 443 ]; poz = { other.home-manager.enable = true;