tailscale

This commit is contained in:
death916 2025-05-09 03:19:43 -07:00
parent 55eb3b5290
commit 182d3b1ac9

View file

@ -90,9 +90,12 @@
];
# my additions
services.tailscale.enable = true;
services.tailscale.routing = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "both"; # Or "client", or "both" depending on your needs
# Other Tailscale options...
};