prefect: disable old link-local multicast name resolution
Alan Pearce alan@alanpearce.eu
Wed, 29 May 2024 19:48:51 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -141,6 +141,10 @@ networking = { hostName = "prefect"; }; + services.resolved = { + llmnr = "false"; + }; + services.tailscale.enable = true; system.stateVersion = "23.05";