nixos-config/modules/nixos/services/tailscale/ssh.nix
wo2wz 1f48073c50 tailscale: add ssh module
oops i can make this declarative
2025-10-27 16:23:11 -04:00

5 lines
No EOL
70 B
Nix

{ config, ... }:
{
services.tailscale.extraUpFlags = [ "--ssh" ];
}