audio: disable avahi-daemon if resolved is used

as it also supports mdns
This commit is contained in:
Sandro - 2023-06-30 00:41:20 +02:00
parent e7f31e1db7
commit 5555555913
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ in
security.rtkit.enable = true;
services = {
avahi = {
avahi = lib.mkIf (!config.services.resolved.enable) {
enable = true;
nssmdns = true;
};