summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-31 00:20:29 +0200
committerAlan Pearce2024-05-31 00:20:29 +0200
commitd46863c777bae46d93e46d96be5e72881f4dd400 (patch)
treebc190d2bc92267f04bc247ab3b46d2e9eae08373 /system/prefect.nix
parent0f0ecb667a367d3b650131c94a1a11712bda8104 (diff)
downloadnixfiles-d46863c777bae46d93e46d96be5e72881f4dd400.tar.lz
nixfiles-d46863c777bae46d93e46d96be5e72881f4dd400.tar.zst
nixfiles-d46863c777bae46d93e46d96be5e72881f4dd400.zip
prefect: fix dns resolution
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 9476f440..8221623d 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -143,7 +143,7 @@
 
   services.resolved = {
     llmnr = "false";
-    dnssec = "true";
+    dnssec = "allow-downgrade";
   };
 
   services.tailscale.enable = true;