Configure Tailscale on gamepc
This commit is contained in:
parent
cca6d259a7
commit
47c2a10ee7
2 changed files with 6 additions and 2 deletions
|
@ -146,7 +146,7 @@
|
|||
...
|
||||
}: {
|
||||
deployment = {
|
||||
targetHost = "gamepc.lan";
|
||||
targetHost = "gamepc";
|
||||
targetUser = "root";
|
||||
};
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue