test
This commit is contained in:
parent
312e50e273
commit
26779d9142
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaceName = "tailscale0";
|
interfaceName = "tailscale0";
|
||||||
extraUpFlags = [
|
extraUpFlags = [
|
||||||
login-server='https://headscale.sysctl.io'
|
"--login-server='https://headscale.sysctl.io'"
|
||||||
accept-dns
|
"--accept-dns"
|
||||||
accept-routes
|
"--accept-routes"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];
|
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];
|
||||||
|
|
Loading…
Reference in a new issue