diff options
| author | seth <[email protected]> | 2023-07-15 03:19:10 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-15 04:15:21 -0400 |
| commit | 72d7d82952b46e854d9aeb21d9aa63eea4464793 (patch) | |
| tree | b15cf37c511b02a9ea2f92df223713d8ea0c20a8 /hosts | |
| parent | f0ed286c00c8369a9c99986c7574b60954120d94 (diff) | |
profiles/server: start using tailscale ssh
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/profiles.nix | 5 |
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; |
