services: tailscale: make exit node optional
This commit is contained in:
parent
c16d8513d2
commit
829632e360
2 changed files with 8 additions and 2 deletions
|
|
@ -123,7 +123,10 @@ in
|
|||
enable = true;
|
||||
};
|
||||
|
||||
tailscale.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
exitNode = true;
|
||||
};
|
||||
|
||||
tgv = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue