headscale works

This commit is contained in:
2026-07-29 21:55:59 -04:00
parent 4d72aa979a
commit 75ad8e24b8
7 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ in
{
networking.firewall = {
enable = true;
interfaces.wg0.allowedTCPPorts = [ 22 ];
allowedTCPPorts = [ 22 ];
};
services.openssh = {
enable = true;
@@ -16,7 +16,7 @@ in
KbdInteractiveAuthentication = false;
};
listenAddresses = [{
addr = me.address-vpn;
addr = "0.0.0.0";
port = 22;
}];
};