Update quitman-rpi4 ssh port

This commit is contained in:
albert 2024-12-12 02:48:28 +01:00
parent 3789aa8c63
commit 406e2672cd
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -58,5 +58,4 @@
"--advertise-routes=192.168.68.0/22"
];
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
networking.firewall.allowedTCPPorts = [ 22 ];
}