diff --git a/hosts/common/net.nix b/hosts/common/net.nix index a4b592db..66b49da1 100644 --- a/hosts/common/net.nix +++ b/hosts/common/net.nix @@ -20,4 +20,8 @@ General.RoamThreshold = "-52"; # default -70 General.RoamThreshold5G = "-52"; # default -76 }; + + networking.firewall.allowedUDPPorts = [ + 1900 # to received UPnP advertisements. required by sane-ip-check-upnp + ]; }