diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-11 08:26:01 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-11 08:26:01 -0600 |
| commit | 93b4fc8413bc84a8e952a8177d480489e56d624b (patch) | |
| tree | 2aa8597fe7811db2ae8604c295e7dd728b05ff09 /machines/bosco/default.nix | |
| parent | 00bcf7626b86f39f6de8348894c64d9458b0a739 (diff) | |
`networking.nameservers' is not of type `list of string'
Diffstat (limited to 'machines/bosco/default.nix')
| -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 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"; |
