_: { # Network discovery, mDNS # With this enabled, you can access your machine at .local # it's more convenient than using the IP address. # https://avahi.org/ services.avahi = { enable = true; nssmdns4 = true; publish = { enable = true; domain = true; userServices = true; }; }; }