diff options
-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"; |