From aaeb0380359740cafda38f047cd1fbcad5585922 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 29 May 2024 19:48:51 +0200 Subject: prefect: disable old link-local multicast name resolution --- system/prefect.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/prefect.nix') 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"; -- cgit 1.4.1