added firewall allow rules, so that the share nm connection works on lush

This commit is contained in:
Sebastian Moser
2024-04-10 15:25:15 +02:00
parent 61aa199316
commit 745bb586fa

View File

@@ -105,6 +105,13 @@
####################################### networking ########################## ####################################### networking ##########################
networking.firewall.allowedUDPPorts = [
3702 # wsdd
51820 # wireguard
67 # allow DHCP traffic
53 # allow dns
];
networking.hostName = "lush"; networking.hostName = "lush";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;