avahi: rename nssmdns to its new name

enables both ipv4 and ipv6
This commit is contained in:
Nico 2025-08-30 15:26:55 +10:00
parent f4a5a6c9b4
commit 2a096e3d0d
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -3,6 +3,7 @@
{ {
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns = true; nssmdns4 = true;
nssmdns6 = true;
}; };
} }