update rdesktop tailscale
This commit is contained in:
parent
a683c7f9ae
commit
b8b1fd578a
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = "/run/secrets/tailscale_key";
|
||||
interfaceName = "tailscale0";
|
||||
extraUpFlags = [
|
||||
"--login-server=https://headscale.sysctl.io"
|
||||
|
@ -48,6 +49,7 @@
|
|||
"--accept-routes"
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
networking.extraHosts = ''
|
||||
|
|
Loading…
Reference in a new issue