From 43111f41b33a828f06629c687ec9396e30bff65d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 24 Apr 2023 20:19:32 +0100 Subject: [PATCH] dns: swap the order of the nameservers --- machines/_base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/_base.nix b/machines/_base.nix index 7a1a328..700a0d5 100644 --- a/machines/_base.nix +++ b/machines/_base.nix @@ -41,10 +41,10 @@ # cannot use our own it seems? nameservers = [ - # ns2 - "193.1.99.109" # ns1 "193.1.99.120" + # ns2 + #"193.1.99.109" # Cloudflare #"1.1.1.1"