services: openssh: disable sftp subsystem

This was really only needed for morph to work anyway.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-18 12:04:26 +02:00
parent caae71508e
commit 389f3452bd
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -1,7 +1,6 @@
{
services.openssh = {
enable = true;
allowSFTP = true;
settings = {
KbdInteractiveAuthentication = false;
PasswordAuthentication = false;