From 49aa045393edbd273420b4d1ba4c490effd59496 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 16 May 2024 13:07:43 -0400 Subject: enable tailscale --- machines/boron.nix | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3