From 7972bdef6ab27cf04005ab10490261ae0d6032aa Mon Sep 17 00:00:00 2001 From: mir Date: Sun, 7 Apr 2024 21:56:06 -0800 Subject: [PATCH] rename avahi thing to suppress warning --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index b14ab72..10f3833 100644 --- a/configuration.nix +++ b/configuration.nix @@ -90,7 +90,7 @@ services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; publish = { enable = true; addresses = true;