summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 19:49:07 +0200
committerAlan Pearce2024-05-29 19:49:07 +0200
commit7d034871011a325b72feaf3db42cae8cb9553472 (patch)
tree940be437d8b19e994e55c7679f5673edffe999b9 /system
parentaaeb0380359740cafda38f047cd1fbcad5585922 (diff)
downloadnixfiles-7d034871011a325b72feaf3db42cae8cb9553472.tar.lz
nixfiles-7d034871011a325b72feaf3db42cae8cb9553472.tar.zst
nixfiles-7d034871011a325b72feaf3db42cae8cb9553472.zip
prefect: enable DNSSEC
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 3f3ec90d..9476f440 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -143,6 +143,7 @@
 
   services.resolved = {
     llmnr = "false";
+    dnssec = "true";
   };
 
   services.tailscale.enable = true;