From 8e3b4d024382fff4c483d43240edac1d40b2f077 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 20 Apr 2023 23:15:08 +0100 Subject: [PATCH] dns: set upstream dns resolvers --- applications/dns.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/applications/dns.nix b/applications/dns.nix index 3eddde2..cb59729 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -77,6 +77,17 @@ in { include "/run/agenix/dns_dnskeys"; ''; + # set the upstream dns servers + # overrides the default dns servers + forwarders = [ + # Cloudflare + "1.1.1.1" + # Google + "8.8.8.8" + # Quad9 + "9.9.9.9" + ]; + zones = { /* put any other zones above skynet and link to their files like so: