summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 19:48:51 +0200
committerAlan Pearce2024-05-29 19:48:51 +0200
commitaaeb0380359740cafda38f047cd1fbcad5585922 (patch)
tree1a170906f830e80928fd6eacaf378f305be3bf3e /system/prefect.nix
parent1f3438e132fc67804fc9edbaa07fefea2d2460d1 (diff)
downloadnixfiles-aaeb0380359740cafda38f047cd1fbcad5585922.tar.lz
nixfiles-aaeb0380359740cafda38f047cd1fbcad5585922.tar.zst
nixfiles-aaeb0380359740cafda38f047cd1fbcad5585922.zip
prefect: disable old link-local multicast name resolution
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";