diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-04 02:36:08 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-04 02:36:08 +0300 |
commit | 9dfa1c5941ce612d726a1d7dfc7fe169a9cac7df (patch) | |
tree | c3b96ec1bdd183d42e66d3bf34cba701b24216ff /profiles | |
parent | 6a229b7c89a7dac946d340c1fa705eca89eaef4c (diff) |
fix dns leaking
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/network.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |