From 6f998c79ab1bb1516a71f40efefa0061fcf23298 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:07:15 +0200 Subject: [PATCH] Update --- hosts/modules/server/adguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/server/adguard.nix b/hosts/modules/server/adguard.nix index 6ceb533..14e3917 100644 --- a/hosts/modules/server/adguard.nix +++ b/hosts/modules/server/adguard.nix @@ -7,5 +7,5 @@ port = 3001; openFirewall = true; # Open port 53(dns) & 3000(webui) }; - networking.firewall.allowedTCPPorts = [ 53 ]; + networking.firewall.allowedTCPPorts = [ 53 3001 ]; }