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