move tailscale setting to its proper place
This commit is contained in:
parent
fcd9e04432
commit
a6ddd527d4
2 changed files with 5 additions and 4 deletions
|
|
@ -24,4 +24,9 @@ in {
|
|||
ExecStartPost = tailscaleWaitScript;
|
||||
};
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue