Personal Nix setup
0
fork

Configure Feed

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

Update desktop resolved config

+4 -5
+4 -5
modules/desktop/networking.nix
··· 50 50 services = { 51 51 resolved = { 52 52 enable = true; 53 - llmnr = "false"; 54 - extraConfig = '' 55 - [Resolve] 56 - MulticastDNS=yes 57 - ''; 53 + settings.Resolve = { 54 + LLMNR = false; 55 + MulticastDNS = true; 56 + }; 58 57 }; 59 58 60 59 printing = mkIf cfg.networking.printing {