Apparently solr is right in the base dir?
This commit is contained in:
@@ -203,9 +203,6 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# FIXME: verify solr then kill this
|
||||
networking.firewall.allowedTCPPorts = [ 8983 ];
|
||||
|
||||
fudo.secrets.host-secrets."${hostname}" = {
|
||||
mailLdapProxyEnv = {
|
||||
source-file = pkgs.writeText "ldap-proxy.env" ''
|
||||
@@ -405,7 +402,6 @@ in {
|
||||
networks = [ "solr_network" ];
|
||||
volumes =
|
||||
[ "${cfg.state-directory}/solr:/opt/solr/server/solr/dovecot" ];
|
||||
ports = [ "8983:8983" ];
|
||||
};
|
||||
antispam = {
|
||||
service = {
|
||||
|
||||
Reference in New Issue
Block a user