From 309a775b0f21082ef291d9ba5318b32ff02f068f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Thu, 31 Jul 2025 17:28:02 +0800 Subject: [PATCH] feat(ssh): Enable sftp The old scp protocol was deprecated in favor of this. --- configuration/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration/default.nix b/configuration/default.nix index 1b9531d..924474a 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -100,7 +100,6 @@ services = { openssh = { enable = true; - allowSFTP = false; ports = [ 2222 ]; startWhenNeeded = true;