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;