Hotfix: add default empty value for root ssh keys

pull/2/head
Inex Code 2021-11-18 20:45:20 +03:00
parent e3c81d2a6d
commit 4a0f1db987
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ in
Root SSH Keys
'';
type = types.nullOr (types.listOf types.str);
default = [];
};
passwordAuthentication = mkOption {
description = ''