Fix not being able to create a server without trusted keys
This commit is contained in:
@@ -142,7 +142,7 @@ in
|
||||
Root SSH Keys
|
||||
'';
|
||||
type = types.nullOr (types.listOf types.str);
|
||||
default = [];
|
||||
default = [""];
|
||||
};
|
||||
passwordAuthentication = mkOption {
|
||||
description = ''
|
||||
|
Reference in New Issue
Block a user