Hotfix: default value for users option

master
Inex Code 2021-11-18 20:36:59 +03:00
parent 1be64cce4d
commit 3f9f439c95
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ in
Users that will be created on the server
'';
type = types.nullOr (types.listOf (types.attrsOf types.anything));
default = [];
};
};
}