nanopi: enable dnssec validation
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M system/nanopi.nix → system/nanopi.nix
@@ -197,6 +197,7 @@ # this allows link-specific DNS configuration, which is useful. enable = true; # why use simple boolean when string do trick? llmnr = "false"; + dnssec = "true"; fallbackDns = [ "9.9.9.9" "149.112.112.112"