about summary refs log tree commit diff
path: root/systems/cobalt
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-06-02 02:14:03 +0900
committersefidel <contact@sefidel.net>2024-06-15 11:57:34 +0900
commit924b74d7498b6fabea6224e01278e075b2b8fcf5 (patch)
tree02b1646feb0a53bc2d55f1af29efd40645c82343 /systems/cobalt
parentfe8827857860c45f98a33ae36aaedcba76fbd31e (diff)
downloadinfra-924b74d7498b6fabea6224e01278e075b2b8fcf5.tar.gz
infra-924b74d7498b6fabea6224e01278e075b2b8fcf5.zip
feat(systems/cobalt)!: switch to Quad9 nameserver
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 758f331..b33f869 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -108,7 +108,7 @@ in
   };
   networking.defaultGateway = ipv4.gateway;
   networking.defaultGateway6 = { address = ipv6.gateway; interface = networkInterface; };
-  networking.nameservers = [ "8.8.8.8" ];
+  networking.nameservers = [ "9.9.9.9" ];
 
   networking.firewall.enable = true;