update openssh.nix

This commit is contained in:
k3t
2026-07-09 07:43:02 -06:00
parent d617fb0ac8
commit 7c0ab9e7a4
+1 -1
View File
@@ -13,7 +13,7 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {
GatewayPorts = true; GatewayPorts = "yes";
}; };
}; };
} }