mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-21 04:49:30 +00:00
Fix wrong type of admin ssh keys
This commit is contained in:
parent
255ea374c0
commit
b9d9af01e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue