Configure Tailscale on gamepc
This commit is contained in:
parent
cca6d259a7
commit
47c2a10ee7
2 changed files with 6 additions and 2 deletions
|
@ -26,9 +26,13 @@
|
|||
programs.ssh.startAgent = true;
|
||||
|
||||
services = {
|
||||
tailscale.useRoutingFeatures = "client";
|
||||
xserver.enable = true;
|
||||
|
||||
tailscale = {
|
||||
useRoutingFeatures = "client";
|
||||
extraSetFlags = ["--accept-routes"];
|
||||
};
|
||||
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = [pkgs.hplip pkgs.gutenprint];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue