diff --git a/variables-module.nix b/variables-module.nix index 0f347a7..2c465cc 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -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 = [ ]; }; ###############