From 72d7d82952b46e854d9aeb21d9aa63eea4464793 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 15 Jul 2023 03:19:10 -0400 Subject: profiles/server: start using tailscale ssh --- hosts/profiles.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/profiles.nix') diff --git a/hosts/profiles.nix b/hosts/profiles.nix index b8adc8e..143fcd0 100644 --- a/hosts/profiles.nix +++ b/hosts/profiles.nix @@ -74,7 +74,10 @@ in { { getchoo = { - features.tailscale.enable = true; + features.tailscale = { + enable = true; + ssh.enable = true; + }; server = { enable = true; -- cgit v1.2.3