Configure Tailscale on gamepc

This commit is contained in:
Pim Kunis 2024-11-11 21:00:51 +01:00
parent cca6d259a7
commit 47c2a10ee7
2 changed files with 6 additions and 2 deletions

View file

@ -146,7 +146,7 @@
...
}: {
deployment = {
targetHost = "gamepc.lan";
targetHost = "gamepc";
targetUser = "root";
};

View file

@ -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];