temporarily allow ssh on quitman-rpi4
This commit is contained in:
parent
7afb2e856a
commit
1b1e947dd8
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue