From e9ca74b2362b182b92dca264600c274cf318786e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 30 May 2026 12:48:31 +0300 Subject: [PATCH] Update firewall.nix --- nixos/hosts/mini-pc/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/mini-pc/firewall.nix b/nixos/hosts/mini-pc/firewall.nix index c77999a..4bf43aa 100644 --- a/nixos/hosts/mini-pc/firewall.nix +++ b/nixos/hosts/mini-pc/firewall.nix @@ -2,7 +2,7 @@ networking.firewall = { enable = true; allowedTCPPorts = [ - 22 # SSH + 22 53 # DNS (AdGuard) 80 # HTTP 443 # HTTPS