From ad48fb07d43d651f42deb077a19608a6a5b71ef5 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 27 Apr 2024 17:53:58 +0200 Subject: [PATCH] open dns --- systems/pi4/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/pi4/default.nix b/systems/pi4/default.nix index 2133c1c..7e8a19f 100644 --- a/systems/pi4/default.nix +++ b/systems/pi4/default.nix @@ -35,8 +35,8 @@ networking.firewall = { enable = true; - allowedTCPPorts = [ 80 443 ]; - allowedUDPPorts = [ 80 443 ]; + allowedTCPPorts = [ 80 443 53 ]; + allowedUDPPorts = [ 80 443 53 ]; }; services.nginx = {