all repos — nixfiles @ 13e6542583484d444f8286961448e783b97e3b2e

System and user configuration, managed by nix and home-manager

nanopi: enable dnssec validation
Alan Pearce alan@alanpearce.eu
Mon, 03 Jun 2024 21:53:47 +0200
commit

13e6542583484d444f8286961448e783b97e3b2e

parent

16000b9bb316846d85cec6fb81f3b30b0fbaee0a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/nanopi.nixsystem/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"