Bohdan's terminal configuration
0
fork

Configure Feed

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

nix: enabled avahi with `.local` domains on bpavuk-nixos

it's a nice thing, give it a shot!

bpavuk 01ce1d2d 52b8678a

+7
+7
nixos/hosts/bpavuk-nixos/networking.nix
··· 5 5 hostName = "bpavuk-nixos"; 6 6 networkmanager.enable = true; 7 7 }; 8 + 9 + services.avahi = { 10 + enable = true; 11 + hostName = "bpavuk"; 12 + nssmdns4 = true; 13 + openFirewall = true; 14 + }; 8 15 }