From 9032afaf5a3959b97f1fb58fd9b0ad573c164714 Mon Sep 17 00:00:00 2001 From: Cameron Reed Date: Sun, 14 Jan 2024 22:38:30 -0700 Subject: [PATCH] Fix option name for unstable branch --- hosts/nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 2044128..7b0aa68 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -131,7 +131,7 @@ in { services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; };