[NixOS] Fix avahi warning
This commit is contained in:
parent
a98b45590a
commit
0dd9976a38
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns4 = true;
|
||||||
publish = {
|
publish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = true;
|
domain = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user