add tailscale

This commit is contained in:
wo2wz 2025-08-03 21:01:24 -04:00
parent 6b81b6daa1
commit 8a083f3c7e
3 changed files with 11 additions and 1 deletions

View file

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