[NixOS] Enable avahi nssmdns, as well as publishing of domain and userServices
This commit is contained in:
parent
25e91d05da
commit
cdafe18cd6
@ -199,7 +199,15 @@ in
|
|||||||
|
|
||||||
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
|
||||||
services.openssh.enable = 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;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user