From 02ced05629ba5451802efe54b83186aec5b7ab36 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Thu, 11 Apr 2024 11:36:06 -0800 Subject: [PATCH] still need obsolete nssmdns for stable systems --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e95f820..7be22dd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,7 +99,7 @@ services.avahi = { enable = true; - nssmdns4 = true; + nssmdns = true; publish = { enable = true; addresses = true;