Enable zeroconf name resolution Required nscd, which slows down the boot process, so make that a delayed-start service
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M modules/services/zeroconf.nix → modules/services/zeroconf.nix
@@ -2,7 +2,7 @@ { config, pkgs, lib, ... }: { services.avahi = { enable = true; - nssmdns = false; + nssmdns = true; ipv6 = true; }; systemd.services.avahi-daemon.wantedBy = lib.mkForce [];