Update packages in nix.
This commit is contained in:
committed by
Tom Alexander
parent
e75c4087c3
commit
24e03ed8f7
@@ -37,9 +37,9 @@
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
# dnssec = "true";
|
||||
domains = [ "~." ];
|
||||
fallbackDns = [ ];
|
||||
dnsovertls = "true";
|
||||
settings.Resolve.Domains = [ "~." ];
|
||||
settings.Resolve.FallbackDNS = [ ];
|
||||
settings.Resolve.DNSOverTLS = "true";
|
||||
};
|
||||
|
||||
# Without this, systemd-resolved will send DNS requests for <X>.home.arpa to the per-link DNS server (172.16.0.1) which does not support DNS-over-TLS. This leads to the connection hanging and timing out. This causes firefox startup to take an extra 10+ seconds.
|
||||
|
||||
Reference in New Issue
Block a user