diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/ssh.nix b/profiles/ssh.nix index 5a62fe2..a3628ec 100644 --- a/profiles/ssh.nix +++ b/profiles/ssh.nix @@ -9,7 +9,7 @@ services.openssh = { enable = true; openFirewall = false; - allowSFTP = false; + allowSFTP = true; startWhenNeeded = true; extraConfig = '' AllowTcpForwarding yes |