From bae67430d57109eafec97a93a5b0694afef07905 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 18 Feb 2025 09:15:11 +0000 Subject: [PATCH] chore: add google nameserver to resolv.conf :art: --- nixos/resolv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/resolv.conf b/nixos/resolv.conf index 4c23761..d3aeaf3 100644 --- a/nixos/resolv.conf +++ b/nixos/resolv.conf @@ -1,2 +1,5 @@ # this file goes in /etc/resolv.conf nameserver 1.1.1.1 +nameserver 8.8.8.8 +nameserver 4.4.4.4 +