diff --git a/hosts/server/modules/internal/adguard.nix b/hosts/server/modules/internal/adguard.nix index 42a26f9..1a524bc 100644 --- a/hosts/server/modules/internal/adguard.nix +++ b/hosts/server/modules/internal/adguard.nix @@ -8,5 +8,5 @@ allowDHCP = true; openFirewall = true; }; - networking.firewall.allowedTCPPorts = [ 53 3000 ]; + networking.firewall.allowedTCPPorts = [ 53 3000 3001 ]; }