From 65571b11c0f90249bdf6fcfea8ab46eef1f63fd8 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Mon, 22 Apr 2024 22:50:35 +0200 Subject: [PATCH] rpi allow ports for dhcp and dns --- hosts/rpi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rpi.nix b/hosts/rpi.nix index 8105e86..d6cf8f7 100644 --- a/hosts/rpi.nix +++ b/hosts/rpi.nix @@ -98,6 +98,8 @@ networking.firewall.allowedUDPPorts = [ 3702 # wsdd + 67 # allow DHCP traffic + 53 # allow dns ];