summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 2963ccfc..d8573d80 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -136,6 +136,8 @@
     hostName = "prefect";
   };
 
+  services.tailscale.enable = true;
+
   system.stateVersion = "23.05";
 
   boot.binfmt.emulatedSystems = [ "aarch64-linux" ];