summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-03 21:53:47 +0200
committerAlan Pearce2024-06-03 22:11:34 +0200
commit13e6542583484d444f8286961448e783b97e3b2e (patch)
treebcc7a4fb526cee8c52e2527a6968460be1e4d066
parent16000b9bb316846d85cec6fb81f3b30b0fbaee0a (diff)
downloadnixfiles-13e6542583484d444f8286961448e783b97e3b2e.tar.lz
nixfiles-13e6542583484d444f8286961448e783b97e3b2e.tar.zst
nixfiles-13e6542583484d444f8286961448e783b97e3b2e.zip
nanopi: enable dnssec validation
-rwxr-xr-xsystem/nanopi.nix1
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"