diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-26 01:00:48 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-26 01:00:48 +0200 |
commit | 9259ed8b7941c8211223491b1069a8a7573ccbc7 (patch) | |
tree | 8a8afd544d520dd1cc9d0c471f6daeb8812345d5 | |
parent | 6c83265b0a6ff3682ff6f8d65946282da5abac4c (diff) |
enable sftp
-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 |