From eaad0be618b2a2fe6dec2a13241b678bbcd46dbc Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Thu, 20 Apr 2023 18:11:49 +0000
Subject: [PATCH] Turn on SFTP - scp defaults to using it now.

---
 nixos/modules/ssh.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/nixos/modules/ssh.nix b/nixos/modules/ssh.nix
index d872d111..90fd34b0 100644
--- a/nixos/modules/ssh.nix
+++ b/nixos/modules/ssh.nix
@@ -25,9 +25,6 @@
     services.openssh = {
       enable = true;
 
-      # We don't use SFTP for anything.  No reason to expose it.
-      allowSFTP = false;
-
       # We only allow key-based authentication.
       kbdInteractiveAuthentication = false;
       passwordAuthentication = false;
-- 
GitLab