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

Allow dnssec to allow-downgrade

This commit is contained in:
Stefan Ellmauthaler 2022-10-05 13:54:36 +02:00
parent fb423a6036
commit 4b4fbf3c6a
Failed to extract signature

View File

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