From 4653037f1ea4e07b857df844e111f22e227963b6 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:48:52 -0500 Subject: [PATCH] nssmdns option migrated to nssmdns4 --- modules/nixos/hardware/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/hardware/networking.nix b/modules/nixos/hardware/networking.nix index 9a0093d..6c4e89a 100644 --- a/modules/nixos/hardware/networking.nix +++ b/modules/nixos/hardware/networking.nix @@ -12,7 +12,7 @@ domainName = "local"; ipv6 = false; # Should work either way # Resolve local hostnames using Avahi DNS - nssmdns = true; + nssmdns4 = true; publish = { enable = true; addresses = true;