Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

mDNS for IPv6

+1
+1
networking.nix
··· 28 28 services.avahi = { 29 29 enable = true; 30 30 nssmdns4 = true; 31 + nssmdns6 = true; 31 32 openFirewall = true; 32 33 publish = { 33 34 enable = true;