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 = { deployment = {
targetHost = "gamepc.lan"; targetHost = "gamepc";
targetUser = "root"; targetUser = "root";
}; };

View file

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