hippocampus: dawarich fix

This commit is contained in:
2026-02-15 21:17:42 -05:00
parent 7fd9daa5d1
commit 9de5daa2ad
2 changed files with 4 additions and 3399 deletions

View File

@@ -5,7 +5,7 @@
}; };
services.dawarich = { services.dawarich = {
enable = true; enable = true;
package = (pkgs.callPackage ./dawarich { }).overrideAttrs (old: { package = (pkgs.callPackage ./dawarich/package.nix { }).overrideAttrs (old: {
# https://github.com/Freika/dawarich/issues/1469 # https://github.com/Freika/dawarich/issues/1469
postInstall = (old.postInstall or "") + '' postInstall = (old.postInstall or "") + ''
cp ${./dawarich_smtp_config.rb} $out/config/initializers/smtp_settings.rb cp ${./dawarich_smtp_config.rb} $out/config/initializers/smtp_settings.rb

File diff suppressed because it is too large Load Diff