From 0ed30c35cf2877458819a6e68dcb4906fa202feb Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Tue, 11 Feb 2025 05:33:18 +0100 Subject: [PATCH] ds9 http3 --- hosts/ds9/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 962a8be9..ede5d26f 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -47,6 +47,7 @@ in networking.bridges."br0".interfaces = [ ]; networking.hostId = "7b4c2932"; networking.firewall.allowedTCPPorts = [ 9000 25565 80 443 ]; + networking.firewall.allowedUDPPorts = [ 443 ]; # http3 :3 boot.initrd.network = { enable = true; postCommands = ''