summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-02 17:37:44 +0200
committerRory& <root@rory.gay>2024-06-05 15:49:39 +0200
commitfd388d3dcd02f7397df7965aa1d3d7a9f4d8e8ac (patch)
treeea6e3138161fb1e669d64b40cd530c5c07655bbe /modules
parentFix ssh banner (diff)
downloadSpacebar-Open-Infrastructure-fd388d3dcd02f7397df7965aa1d3d7a9f4d8e8ac.tar.xz
Fix ssh conf
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base.nix b/modules/base.nix

index 3c9da7d..eebfa05 100755 --- a/modules/base.nix +++ b/modules/base.nix
@@ -60,7 +60,7 @@ ''; settings = { PasswordAuthentication = false; - GatewyPorts = "yes"; + GatewayPorts = "yes"; KbdInteractiveAuthentication = false; }; startWhenNeeded = true;