feat: Added tailscale to stuff

This commit is contained in:
uttarayan21
2025-01-28 20:36:46 +05:30
parent 53f8e2998d
commit fd38f95f08
6 changed files with 88 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
{...}: {
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
extraUpFlags = "--advertise-exit-node";
};
}