autoconfig

This commit is contained in:
goeranh 2026-02-13 20:16:41 +01:00
parent 94a68d81fc
commit 4f5f6a7c06
No known key found for this signature in database

View file

@ -59,13 +59,25 @@ in
"1.1.1.1" "1.1.1.1"
]; ];
services.nginx.virtualHosts."lists.${config.networking.domain}" = { services.nginx.virtualHosts = {
"lists.${config.networking.domain}" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
# locations."/" = { # locations."/" = {
# proxyPass = "http://127.0.0.1:18507"; # proxyPass = "http://127.0.0.1:18507";
# }; # };
}; };
};
services.automx2 = {
enable = true;
domain = "${config.networking.domain}";
settings = {
automx2 = {
db_uri = "sqlite:////var/lib/automx2/db.sqlite";
proxy_count = 1;
};
};
};
services.mailman = { services.mailman = {
enable = true; enable = true;
hyperkitty = { hyperkitty = {