This commit is contained in:
iFargle 2023-08-31 20:28:09 +09:00
parent dbd3202e3b
commit 312e50e273

View file

@ -4,9 +4,9 @@
enable = true;
interfaceName = "tailscale0";
extraUpFlags = [
--login-server='https://headscale.sysctl.io'
--accept-dns
--accept-routes
login-server='https://headscale.sysctl.io'
accept-dns
accept-routes
];
};
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];