Age | Commit message (Collapse) | Author |
|
tera was doing the job all right, but minijinja has fewer dependencies.
|
|
|
|
Since using a systemd user to run budget, sendmail is failing with:
```
warning: mail_queue_enter: create file maildrop/665739.29050: Permission denied
```
Try specifying the complete path, as mentioned in:
https://github.com/NixOS/nixpkgs/issues/90248
|
|
|
|
The error was due to the utilization of the special character “—” in the
subject, with postfix’ sendmail.
Also directly use process commands to get async support.
|
|
|
|
|