From 93b4fc8413bc84a8e952a8177d480489e56d624b Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 11 Apr 2026 08:26:01 -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') diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index 0764a2e..7986f91 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