mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Extend nix modules for new config options
This commit is contained in:
@ -4,6 +4,11 @@ let
|
||||
full-text-search = {
|
||||
enabled = true;
|
||||
solr.url = "http://localhost:${toString config.services.solr.port}/solr/docspell";
|
||||
postgresql = {
|
||||
pg-config = {
|
||||
"german" = "my-germam";
|
||||
};
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Reference in New Issue
Block a user