Fix not being able to create a server without trusted keys

pull/2/head
Inex Code 2021-11-18 21:12:59 +03:00
parent 4a0f1db987
commit 9c2be115f8
1 changed files with 1 additions and 1 deletions

View File

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