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 = {
|
deployment = {
|
||||||
targetHost = "gamepc.lan";
|
targetHost = "gamepc";
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -26,9 +26,13 @@
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
tailscale.useRoutingFeatures = "client";
|
|
||||||
xserver.enable = true;
|
xserver.enable = true;
|
||||||
|
|
||||||
|
tailscale = {
|
||||||
|
useRoutingFeatures = "client";
|
||||||
|
extraSetFlags = ["--accept-routes"];
|
||||||
|
};
|
||||||
|
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [pkgs.hplip pkgs.gutenprint];
|
drivers = [pkgs.hplip pkgs.gutenprint];
|
||||||
|
|
Loading…
Reference in a new issue