added two ports to firewall allowedUDPPorts, those two are needed for the share and hot networkmanager connections

This commit is contained in:
Sebastian Moser
2024-03-16 00:10:47 +01:00
parent 3d020ee7fa
commit 8bac1d0513

View File

@@ -216,6 +216,8 @@
networking.firewall.allowedUDPPorts = [
3702 # wsdd
51820 # wireguard
67 # allow DHCP traffic
53 # allow dns
];
networking.search = [ "c2vi.local" ];