summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-06 17:12:39 +0200
committerAlan Pearce2024-06-06 17:12:51 +0200
commit8e85760484ca678946b8f42dd628a47be2d2b0d9 (patch)
tree436d9e89818ffb3c0500766446186dbd257b8ddd /system/prefect.nix
parent6ba2f2f95aead3c6fd173e49329a1fafebcdd46c (diff)
downloadnixfiles-8e85760484ca678946b8f42dd628a47be2d2b0d9.tar.lz
nixfiles-8e85760484ca678946b8f42dd628a47be2d2b0d9.tar.zst
nixfiles-8e85760484ca678946b8f42dd628a47be2d2b0d9.zip
prefect: enable DNSSEC
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 86811ce5..0fc80eb9 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -145,7 +145,7 @@
 
   services.resolved = {
     llmnr = "false";
-    dnssec = "allow-downgrade";
+    dnssec = "true";
   };
 
   services.tailscale.enable = true;