Fix wrong type of admin ssh keys

master^2
Inex Code 2021-11-29 22:17:37 +03:00
parent 255ea374c0
commit b9d9af01e2
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [ ];
};
###############