summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index d75edbba..3f3ec90d 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -141,6 +141,10 @@
     hostName = "prefect";
   };
 
+  services.resolved = {
+    llmnr = "false";
+  };
+
   services.tailscale.enable = true;
 
   system.stateVersion = "23.05";