temporarily allow ssh on quitman-rpi4

This commit is contained in:
albert 2024-12-11 00:13:50 +01:00
parent 7afb2e856a
commit 1b1e947dd8
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

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