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; }; };