mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +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
|
Root SSH Keys
|
||||||
'';
|
'';
|
||||||
type = types.nullOr (types.listOf types.str);
|
type = types.nullOr (types.listOf types.str);
|
||||||
|
default = [];
|
||||||
};
|
};
|
||||||
passwordAuthentication = mkOption {
|
passwordAuthentication = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue