diff options
author | Alan Pearce | 2024-06-03 21:53:47 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-03 22:11:34 +0200 |
commit | 13e6542583484d444f8286961448e783b97e3b2e (patch) | |
tree | bcc7a4fb526cee8c52e2527a6968460be1e4d066 | |
parent | 16000b9bb316846d85cec6fb81f3b30b0fbaee0a (diff) | |
download | nixfiles-13e6542583484d444f8286961448e783b97e3b2e.tar.lz nixfiles-13e6542583484d444f8286961448e783b97e3b2e.tar.zst nixfiles-13e6542583484d444f8286961448e783b97e3b2e.zip |
nanopi: enable dnssec validation
-rwxr-xr-x | system/nanopi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/nanopi.nix b/system/nanopi.nix index 0172e593..21e55fd5 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -197,6 +197,7 @@ in enable = true; # why use simple boolean when string do trick? llmnr = "false"; + dnssec = "true"; fallbackDns = [ "9.9.9.9" "149.112.112.112" |