From 4dce9c57be25c673bc18d4a29912d40d88563eb5 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Thu, 1 Aug 2024 14:54:41 +0200 Subject: [PATCH] Allow SFTP on all hosts --- modules/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 9a48583..dbb85b8 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -37,7 +37,6 @@ services = { openssh = { enable = true; - allowSFTP = false; settings.PasswordAuthentication = false; }; };