summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-05-16 13:07:43 -0400
committerBen Sima <ben@bsima.me>2024-10-31 13:29:04 -0400
commit49aa045393edbd273420b4d1ba4c490effd59496 (patch)
tree27bce8af201fd1266ba1ad2109d88909ccc4f64b
parent2b23714e642554c747ad8e750a6504d4fd0da5b0 (diff)
enable tailscaleHEADmaster
-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;