all repos — nixfiles @ 13e6542583484d444f8286961448e783b97e3b2e

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

nanopi: enable dnssec validation

Alan Pearce
commit

13e6542583484d444f8286961448e783b97e3b2e

parent

16000b9bb316846d85cec6fb81f3b30b0fbaee0a

1 file changed, 1 insertion(+), 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"