mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
tailscale
This commit is contained in:
parent
55eb3b5290
commit
182d3b1ac9
1 changed files with 6 additions and 3 deletions
|
|
@ -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...
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue