diff options
author | azahi <azat@bahawi.net> | 2024-10-22 01:50:45 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-22 01:50:45 +0300 |
commit | 800b426b71e64556be79c1915540f24dab72209e (patch) | |
tree | dd91d07a0428238db47da6eb9799d8731c733200 /modules/common/networking.nix | |
parent | 2024-10-21 (diff) |
2024-10-22
Diffstat (limited to '')
-rw-r--r-- | modules/common/networking.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 1f0f97a..b0dd282 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -111,8 +111,7 @@ in services.resolved = { llmnr = "false"; dnsovertls = "opportunistic"; - fallbackDns = dns.const.quad9.default; - domains = [ my.domain.shire ]; + fallbackDns = dns.mkDoT dns.const.quad9.ecs; }; environment = { |