My NixOS and Home Manager configurations
10
fork

Configure Feed

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

fix mdns

quasigod 06cd4baf 77ca8fc4

+5 -1
+5 -1
modules/default.nix
··· 19 19 binsh = "${pkgs.dash}/bin/dash"; 20 20 defaultPackages = lib.mkForce [ ]; 21 21 }; 22 - services.avahi.enable = false; # in favor of srvos mdns config 22 + services.avahi = { 23 + enable = true; 24 + publish.enable = true; 25 + publish.userServices = true; 26 + }; 23 27 documentation.doc.enable = false; 24 28 documentation.info.enable = false; 25 29 i18n.defaultLocale = "en_US.UTF-8";