hippocampus: dawarich: update from nixpkgs#485771

This commit is contained in:
2026-02-15 20:53:14 -05:00
parent 91fdc07d18
commit 7fd9daa5d1
6 changed files with 6993 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
};
services.dawarich = {
enable = true;
package = pkgs.dawarich.overrideAttrs (old: {
package = (pkgs.callPackage ./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