nixos/avahi: improve option description a bit

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Vladimír Čunát
2026-05-08 10:40:18 +02:00
committed by GitHub
co-authored by Sandro
parent 48f7a8d223
commit a466737f29
@@ -159,7 +159,7 @@ in
description = ''
Whether to enable wide-area service discovery.
This is currently disabled by default as a mitigation for `CVE-2024-52615`/`GHSA-x6vp-f33h-h32g`.
It is recommended to keep this options disabled as it exposes the system to `CVE-2024-52615`/`GHSA-x6vp-f33h-h32g`.
'';
};