Fix not being able to create a server without trusted keys

This commit is contained in:
Inex Code 2021-11-18 21:12:59 +03:00
parent 4a0f1db987
commit 9c2be115f8

View file

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