From 9dfa1c5941ce612d726a1d7dfc7fe169a9cac7df Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 4 Aug 2023 02:36:08 +0300 Subject: fix dns leaking --- profiles/network.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles') diff --git a/profiles/network.nix b/profiles/network.nix index fc4af5c..04f8dc0 100644 --- a/profiles/network.nix +++ b/profiles/network.nix @@ -24,6 +24,7 @@ 100.67.217.90 vps ''; }; + services.resolved.extraConfig = "FallbackDNS="; # Don't wait for network startup # https://old.reddit.com/r/NixOS/comments/vdz86j/how_to_remove_boot_dependency_on_network_for_a -- cgit 1.4.1