diff --git a/hosts/lush.nix b/hosts/lush.nix index 981ae13..d6f5ed6 100644 --- a/hosts/lush.nix +++ b/hosts/lush.nix @@ -105,6 +105,13 @@ ####################################### networking ########################## + networking.firewall.allowedUDPPorts = [ + 3702 # wsdd + 51820 # wireguard + 67 # allow DHCP traffic + 53 # allow dns + ]; + networking.hostName = "lush"; networking.networkmanager.enable = true;