update rdesktop tailscale

This commit is contained in:
albert 2024-05-08 19:21:23 +09:00
parent a683c7f9ae
commit b8b1fd578a
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -41,6 +41,7 @@
services.tailscale = { services.tailscale = {
enable = true; enable = true;
authKeyFile = "/run/secrets/tailscale_key";
interfaceName = "tailscale0"; interfaceName = "tailscale0";
extraUpFlags = [ extraUpFlags = [
"--login-server=https://headscale.sysctl.io" "--login-server=https://headscale.sysctl.io"
@ -48,6 +49,7 @@
"--accept-routes" "--accept-routes"
]; ];
}; };
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ]; networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = "loose";
networking.extraHosts = '' networking.extraHosts = ''