Use correct image for solr...

This commit is contained in:
niten 2023-10-11 20:36:51 -07:00
parent 2233e683cb
commit ca49b8ca6a
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ in {
solr = mkOption {
type = str;
description = "Docker image to use for Solr full-text search.";
default = "ghcr.io/goauthentik/ldap";
default = "lmmdock/dovecot-solr:latest";
};
};
@ -348,7 +348,7 @@ in {
"${cfg.state-directory}/dovecot-dhparams:/var/lib/dhparams"
"${cfg.state-directory}/mail:/mail"
];
depends_on = [ "antispam" "ldap-proxy" ];
depends_on = [ "antispam" "ldap-proxy" "solr" ];
};
nixos = {
useSystemd = true;