nixos-config/modules/nixos/services/tailscale/default.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
57 B
Nix
Executable file

{ config, ... }:
{
services.tailscale.enable = true;
}