1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

disable dnssec in resolved

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@gmail.com>
This commit is contained in:
Stefan Ellmauthaler 2025-02-24 09:22:08 +01:00
parent cf1c10b358
commit d7289cace3
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ with lib; {
services = { services = {
resolved = { resolved = {
enable = true; enable = true;
dnssec = "allow-downgrade"; # dnssec = "allow-downgrade";
llmnr = "true"; llmnr = "true";
fallbackDns = ["127.0.0.1" "::1"]; fallbackDns = ["127.0.0.1" "::1"];
extraConfig = '' extraConfig = ''