summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 20:39:47 +0200
committerAlan Pearce2024-05-29 20:39:47 +0200
commit612c1f253ad2147eac4cdf8e87a60f603fa09132 (patch)
treee2cef0a9254d4e83bb4b008f4587e464ad0a71dc /system
parent616d5f328d282c1457fa2c6bde9d9be073f2c4e3 (diff)
downloadnixfiles-612c1f253ad2147eac4cdf8e87a60f603fa09132.tar.lz
nixfiles-612c1f253ad2147eac4cdf8e87a60f603fa09132.tar.zst
nixfiles-612c1f253ad2147eac4cdf8e87a60f603fa09132.zip
linde: enable DNSSEC
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 8e8835a8..fca2473d 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -224,6 +224,7 @@ in
   services.resolved = {
     enable = true;
     llmnr = "false";
+    dnssec = "true";
   };
   systemd.network = {
     enable = true;