From 23fd79f9f5f6061e9aca1abc9162a072b8cdbe0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Fri, 21 Jun 2024 02:11:07 -0400 Subject: [PATCH] =?UTF-8?q?oops=E2=84=A2=20again.=20i=20am=20simply=20too?= =?UTF-8?q?=20tired=20to=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domus.nix b/domus.nix index 4a91787..6e7905b 100644 --- a/domus.nix +++ b/domus.nix @@ -223,7 +223,7 @@ # Open ports in the firewall. networking.firewall.allowedTCPPorts = [ 80 443 2342 8384 8080 22000 ]; - networking.firewall.allowedUDPPorts = [ 220000 21027 ]; + networking.firewall.allowedUDPPorts = [ 22000 21027 ]; # Or disable the firewall altogether. # networking.firewall.enable = false;