mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 03:41:26 +00:00
Fix wrong type of admin ssh keys
This commit is contained in:
parent
255ea374c0
commit
b9d9af01e2
|
@ -64,7 +64,7 @@ in
|
|||
description = ''
|
||||
SSH keys of the user that was defined at the initial setup process
|
||||
'';
|
||||
type = types.nullOr types.str;
|
||||
type = types.nullOr (types.listOf types.str);
|
||||
default = [ ];
|
||||
};
|
||||
###############
|
||||
|
|
Loading…
Reference in a new issue