Skip to content

Commit

Permalink
Add --ssh flag to tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 7, 2023
1 parent 6c30367 commit 9926338
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion system/nixos/astoria/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,12 @@

services.gnome.gnome-keyring.enable = true;

services.tailscale.enable = true;
services.tailscale = {
enable = true;
extraUpFlags = [
"--ssh"
];
};

# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
Expand Down

0 comments on commit 9926338

Please sign in to comment.