From 8bac1d051341fca36445a189a37c4a9fa25e72c2 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Sat, 16 Mar 2024 00:10:47 +0100 Subject: [PATCH] added two ports to firewall allowedUDPPorts, those two are needed for the share and hot networkmanager connections --- hosts/main.nix | 2 ++ 1 file changed, 2 insertions(+) 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" ];