mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-21 11:31:59 +00:00
refactor(ssh): Disable password auth by default
This commit is contained in:
parent
23155b3c96
commit
d02524bb8f
|
@ -187,7 +187,7 @@ in
|
|||
description = ''
|
||||
Password authentication for SSH
|
||||
'';
|
||||
default = true;
|
||||
default = false;
|
||||
type = types.nullOr types.bool;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue