From 00bcf7626b86f39f6de8348894c64d9458b0a739 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 11 Apr 2026 08:24:02 -0600 Subject: `networking.nameservers' is not of type 'list of string' --- machines/bosco/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/bosco') diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index a2b493c..0764a2e 100644 --- a/machines/bosco/default.nix +++ b/machines/bosco/default.nix @@ -60,7 +60,7 @@ prefixLength = 24; }]; }; - networking.nameservers = "9.9.9.9"; + networking.nameservers = ["9.9.9.9"]; # Select internationalisation properties. # i18n.defaultLocale = "en_US.UTF-8"; -- cgit v1.2.3