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 ];