mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-04 16:03:12 +00:00
Fix not being able to create a server without trusted keys
This commit is contained in:
parent
4a0f1db987
commit
9c2be115f8
|
@ -142,7 +142,7 @@ in
|
|||
Root SSH Keys
|
||||
'';
|
||||
type = types.nullOr (types.listOf types.str);
|
||||
default = [];
|
||||
default = [""];
|
||||
};
|
||||
passwordAuthentication = mkOption {
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue