From fadf04b1d7f971c073acf2342a67c27f9c74c105 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 20 Dec 2023 10:52:00 +0800 Subject: [PATCH] hosts/ni/networking/setup: update deprecated attributes --- hosts/ni/modules/networking/setup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ni/modules/networking/setup.nix b/hosts/ni/modules/networking/setup.nix index 0c87d76c..1ffcdfce 100644 --- a/hosts/ni/modules/networking/setup.nix +++ b/hosts/ni/modules/networking/setup.nix @@ -53,7 +53,7 @@ in # Just supporting local systems, businesses, and business systems. services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; publish = { enable = true; userServices = true;