diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-11 08:24:02 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-11 08:24:02 -0600 |
| commit | 00bcf7626b86f39f6de8348894c64d9458b0a739 (patch) | |
| tree | a6989136dacd4c7c6a83a8a7f0563107b0d06d9d /machines/bosco | |
| parent | 443871382779e727e0a463e993d77a6a6e5261fd (diff) | |
`networking.nameservers' is not of type 'list of string'
Diffstat (limited to 'machines/bosco')
| -rw-r--r-- | machines/bosco/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
