hippocampus: dawarich: fix smtp timeout

This commit is contained in:
2026-02-15 19:42:43 -05:00
parent 712d6a1fd9
commit 91fdc07d18
2 changed files with 12 additions and 1 deletions

View File

@@ -5,11 +5,17 @@
};
services.dawarich = {
enable = true;
package = pkgs.dawarich.overrideAttrs (old: {
# https://github.com/Freika/dawarich/issues/1469
postInstall = (old.postInstall or "") + ''
cp ${./dawarich_smtp_config.rb} $out/config/initializers/smtp_settings.rb
'';
});
webPort = 7392;
configureNginx = false;
localDomain = "location.crompton.cc";
smtp = {
fromAddress = "cromptonlocation@syzygial.cc";
fromAddress = "automated@syzygial.cc";
user = "automated@syzygial.cc";
passwordFile = config.sops.secrets.dawarich_smtp.path;
host = "smtp.protonmail.ch";