tailscale: add ssh module

oops i can make this declarative
This commit is contained in:
wo2wz 2025-10-27 16:23:11 -04:00
parent 39bb8c4647
commit 1f48073c50
4 changed files with 7 additions and 2 deletions

View file

@ -1,5 +0,0 @@
{ config, ... }:
{
services.tailscale.enable = true;
}