summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-15 03:19:10 -0400
committerseth <[email protected]>2023-07-15 04:15:21 -0400
commit72d7d82952b46e854d9aeb21d9aa63eea4464793 (patch)
treeb15cf37c511b02a9ea2f92df223713d8ea0c20a8 /hosts
parentf0ed286c00c8369a9c99986c7574b60954120d94 (diff)
profiles/server: start using tailscale ssh
Diffstat (limited to 'hosts')
-rw-r--r--hosts/profiles.nix5
1 files changed, 4 insertions, 1 deletions
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;