audio: disable systemd-resolved mDNS as it decreases reliability

This commit is contained in:
Sandro - 2023-10-29 02:27:37 +02:00
parent bef394eec8
commit c822e0c34f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ in
pulse.enable = true;
}
];
# makes avahi unreliable
resolved.extraConfig = ''
MulticastDNS=no
'';
};
# TODO: rebuild using programs.dconf.profiles, see https://github.com/NixOS/nixpkgs/pull/234615