Skip to content

Commit

Permalink
Enable Tailscale SSH if up on NixOS
Browse files Browse the repository at this point in the history
Resolves GH-802
  • Loading branch information
kachick committed Jan 7, 2025
1 parent 3f24209 commit fdf953d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -318,5 +318,8 @@
};

# TODO: Consider to use headscale
services.tailscale.enable = true;
services.tailscale = {
enable = true;
extraUpFlags = [ "--ssh" ];
};
}

0 comments on commit fdf953d

Please sign in to comment.