[NixOS] Enable avahi nssmdns, as well as publishing of domain and userServices

This commit is contained in:
Ivan Malison 2018-06-18 13:24:45 -07:00
parent 25e91d05da
commit cdafe18cd6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -199,7 +199,15 @@ in
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
services.openssh.enable = true;
services.avahi.enable = true;
services.avahi = {
enable = true;
nssmdns = true;
publish = {
enable = true;
domain = true;
userServices = true;
};
};
sound.enable = true;
hardware.pulseaudio.enable = true;