nix: add extraConfig option

This commit adds a new option for joex and server modules - extraConfig.
Its main use-case is to specify options that are present in docspell but
not (perhaps, yet) defined in the modules.
This commit is contained in:
Vladimir Timofeenko
2022-12-12 08:25:21 -08:00
parent a7bc973345
commit f5a508be8d
3 changed files with 50 additions and 2 deletions

View File

@ -58,6 +58,16 @@ in
}
];
inherit full-text-search;
extraConfig = {
files = {
default-store = "database";
stores = {
minio = {
enabled = true;
};
};
};
};
};
environment.systemPackages =