enable some tests

This commit is contained in:
GTrunSec 2022-04-02 16:12:17 -07:00
parent f5d82afca7
commit 43371dba54
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0
4 changed files with 78 additions and 12 deletions

View file

@ -282,6 +282,13 @@ in {
default = null;
};
customResources = mkOption {
description = "Setup custom resources";
type = types.listOf types.attrs;
default = [];
};
resourceOrder = mkOption {
description = "Preffered resource order";
type = types.listOf types.str;