mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-04 16:03:12 +00:00
Hotfix: add default empty value for root ssh keys
This commit is contained in:
parent
e3c81d2a6d
commit
4a0f1db987
|
@ -142,6 +142,7 @@ in
|
|||
Root SSH Keys
|
||||
'';
|
||||
type = types.nullOr (types.listOf types.str);
|
||||
default = [];
|
||||
};
|
||||
passwordAuthentication = mkOption {
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue