summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-31 00:28:48 +0200
committerAlan Pearce2024-05-31 00:28:48 +0200
commitf3df05792139b577579a2746f0ba7f78e904bf36 (patch)
treec2d0d4f70ee5eb2454d147f142e156af8420f52d /system/prefect.nix
parentaf40906bc5e21776efc3b8bac819d7f9ccafd1cd (diff)
parentbdb3cd38ec63c9945a2d54819943f482bed197d1 (diff)
downloadnixfiles-f3df05792139b577579a2746f0ba7f78e904bf36.tar.lz
nixfiles-f3df05792139b577579a2746f0ba7f78e904bf36.tar.zst
nixfiles-f3df05792139b577579a2746f0ba7f78e904bf36.zip
Merge branch 'main' of ssh://alanpearce.eu/nixfiles
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 9476f440..e60f22de 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -125,6 +125,9 @@
     interfaces.enp7s0 = {
       useDHCP = true;
     };
+    hosts = {
+      "fd7a:115c:a1e0::53" = [ "tailscale" "ts" ];
+    };
   };
   networking.nftables = {
     enable = true;
@@ -143,7 +146,7 @@
 
   services.resolved = {
     llmnr = "false";
-    dnssec = "true";
+    dnssec = "allow-downgrade";
   };
 
   services.tailscale.enable = true;