feat(networking): enable tailscale

This commit is contained in:
2025-09-01 14:53:46 +02:00
parent 84ab691a7f
commit b277018b88
2 changed files with 6 additions and 0 deletions

View File

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