Update nix setup

Need to remove solr, because it has been dropped in nixos 23.11
This commit is contained in:
eikek
2024-01-29 22:14:15 +01:00
parent 50dadad48e
commit 96c825e93a
5 changed files with 12 additions and 55 deletions

View File

@ -2,7 +2,7 @@
let
full-text-search = {
enabled = true;
solr.url = "http://localhost:${toString config.services.solr.port}/solr/docspell";
backend = "postgresql";
postgresql = {
pg-config = {
"german" = "my-germam";
@ -24,7 +24,6 @@ in
services.docspell-joex = {
enable = true;
waitForTarget = "solr-init.target";
bind.address = "0.0.0.0";
base-url = "http://localhost:7878";
jvmArgs = [ "-J-Xmx1536M" ];