diff options
author | Alan Pearce | 2024-05-29 19:48:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 19:48:51 +0200 |
commit | aaeb0380359740cafda38f047cd1fbcad5585922 (patch) | |
tree | 1a170906f830e80928fd6eacaf378f305be3bf3e /system | |
parent | 1f3438e132fc67804fc9edbaa07fefea2d2460d1 (diff) | |
download | nixfiles-aaeb0380359740cafda38f047cd1fbcad5585922.tar.lz nixfiles-aaeb0380359740cafda38f047cd1fbcad5585922.tar.zst nixfiles-aaeb0380359740cafda38f047cd1fbcad5585922.zip |
prefect: disable old link-local multicast name resolution
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 4 |
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"; |