Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust miniupnpd target

+4
+4
modules/router/upnp.nix
··· 32 32 deny 0-65535 ${extern.cidr} 0-65535 33 33 ''; 34 34 }; 35 + 36 + systemd.services.miniupnpd = { 37 + after = [ "network-online.target" ]; 38 + }; 35 39 }; 36 40 }