all repos — nixfiles @ aaeb0380359740cafda38f047cd1fbcad5585922

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

prefect: disable old link-local multicast name resolution

Alan Pearce
commit

aaeb0380359740cafda38f047cd1fbcad5585922

parent

1f3438e132fc67804fc9edbaa07fefea2d2460d1

1 file 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";