Fix wrong type of admin ssh keys
This commit is contained in:
@@ -64,7 +64,7 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
SSH keys of the user that was defined at the initial setup process
|
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 = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
###############
|
###############
|
||||||
|
Reference in New Issue
Block a user