summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/boron.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/boron.nix b/machines/boron.nix
index 9db376b..6495ecc 100644
--- a/machines/boron.nix
+++ b/machines/boron.nix
@@ -110,6 +110,8 @@
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
+ services.tailscale.enable = true;
+
# Allow unfree packages
nixpkgs.config.allowUnfree = true;