mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
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:
@ -58,6 +58,16 @@ in
|
||||
}
|
||||
];
|
||||
inherit full-text-search;
|
||||
extraConfig = {
|
||||
files = {
|
||||
default-store = "database";
|
||||
stores = {
|
||||
minio = {
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
|
Reference in New Issue
Block a user