refactor(ssh): Disable password auth by default

pull/48/head
Inex Code 2023-10-31 17:22:15 +03:00
parent 23155b3c96
commit d02524bb8f
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ in
description = ''
Password authentication for SSH
'';
default = true;
default = false;
type = types.nullOr types.bool;
};
};