summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-26 01:00:48 +0200
committertzlil <tzlils@protonmail.com>2023-02-26 01:00:48 +0200
commit9259ed8b7941c8211223491b1069a8a7573ccbc7 (patch)
tree8a8afd544d520dd1cc9d0c471f6daeb8812345d5
parent6c83265b0a6ff3682ff6f8d65946282da5abac4c (diff)
enable sftp
-rw-r--r--profiles/ssh.nix2
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