diff --git a/hosts/main.nix b/hosts/main.nix index c652c11..b26f08c 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -216,6 +216,8 @@ networking.firewall.allowedUDPPorts = [ 3702 # wsdd 51820 # wireguard + 67 # allow DHCP traffic + 53 # allow dns ]; networking.search = [ "c2vi.local" ];