Use 1.1.1.1 instead of 9.9.9.9

This commit is contained in:
Sandro - 2024-04-28 02:23:59 +02:00
parent 40ccf30d2e
commit 75fc467d35
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@
nameservers = with hostRegistry.dnscache; [
ip4
ip6
"9.9.9.9"
# "9.9.9.9" # often fails to resolve nix-cache.hq.c3d2.de over tcp
"1.1.1.1"
];
useHostResolvConf = lib.mkIf (!config.services.resolved.enable) true;
};