all repos — nixfiles @ aaeb0380359740cafda38f047cd1fbcad5585922

System and user configuration, managed by nix and home-manager

prefect: disable old link-local multicast name resolution
Alan Pearce alan@alanpearce.eu
Wed, 29 May 2024 19:48:51 +0200
commit

aaeb0380359740cafda38f047cd1fbcad5585922

parent

1f3438e132fc67804fc9edbaa07fefea2d2460d1

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -141,6 +141,10 @@ networking = {     hostName = "prefect";
   };
 
+  services.resolved = {
+    llmnr = "false";
+  };
+
   services.tailscale.enable = true;
 
   system.stateVersion = "23.05";