From 95d3f9be93ec7ddebc327bc4a9f6c65b593b7e40 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 2 Jan 2024 00:08:28 -0500 Subject: [PATCH] networking: set dns to cloudflare --- hosts/sora/networking.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sora/networking.nix b/hosts/sora/networking.nix index aab618d..20b6b7b 100644 --- a/hosts/sora/networking.nix +++ b/hosts/sora/networking.nix @@ -1,8 +1,8 @@ {lib, ...}: { networking = { nameservers = [ - "185.12.64.2" - "185.12.64.1" + "1.1.1.1" + "1.0.0.1" ]; defaultGateway = "172.31.1.1"; defaultGateway6 = {