summaryrefslogtreecommitdiff
path: root/hosts/profiles.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profiles.nix')
-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;