[NixOS] Fix avahi warning

This commit is contained in:
Ivan Malison 2023-12-21 16:04:06 -07:00
parent a98b45590a
commit 0dd9976a38

View File

@ -2,7 +2,7 @@
{
services.avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
publish = {
enable = true;
domain = true;