Extend nix modules for new config options

This commit is contained in:
eikek
2022-03-21 14:58:15 +01:00
parent 5de6c8940d
commit f0b652d142
3 changed files with 143 additions and 0 deletions

View File

@ -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
{