Was there still a solr reference lurking?

This commit is contained in:
niten 2023-10-14 23:32:27 -07:00
parent 784ac3500d
commit f8fda9c405
1 changed files with 0 additions and 7 deletions

View File

@ -410,13 +410,6 @@ in {
]; ];
env_file = [ hostSecrets.mailLdapProxyEnv.target-file ]; env_file = [ hostSecrets.mailLdapProxyEnv.target-file ];
}; };
solr.service = {
image = cfg.images.solr;
restart = "always";
networks = [ "solr_network" ];
volumes = [ "${cfg.state-directory}/solr:/var/solr" ];
#user = "${toString config.users.users.mail-server-solr.uid}:8983";
};
antispam = { antispam = {
service = { service = {
networks = [ networks = [