From 9259ed8b7941c8211223491b1069a8a7573ccbc7 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 26 Feb 2023 01:00:48 +0200 Subject: enable sftp --- profiles/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/ssh.nix') 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 -- cgit 1.4.1