From 54a787fbe4375102f742b8370120f4b51e3b079d Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Mon, 16 Feb 2026 13:38:52 -0800 Subject: docs for using fallbackdns --- modules/network.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/network.nix') diff --git a/modules/network.nix b/modules/network.nix index 790d159..8264102 100644 --- a/modules/network.nix +++ b/modules/network.nix @@ -62,6 +62,10 @@ in services.resolved = { enable = true; + + # Only use these addresses as fallback. Machines using this configuration + # are on a trusted local network anyway, so they should accept DNS servers + # from the network. settings.Resolve.FallBackDNS = quad9 ++ cloudflare; }; }; -- cgit v1.3.1