about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/mail (follow)
Commit message (Collapse)AuthorAge
* revert: "fix(modules/legacy/mail/soispha): Use new mail-server"Benedikt Peetz6 days
| | | | This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
* fix(modules/legacy/mail/soispha): Use new mail-serverBenedikt Peetz6 days
|
* fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵Benedikt Peetz2025-03-10
| | | | passwordCommand fails
* fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵Benedikt Peetz2025-02-22
| | | | the git helper
* fix(modules/legacy/mail): Add missing `helper` attribute keyBenedikt Peetz2025-02-03
|
* feat(modules/legacy/mail): Automatically set a git credential helperBenedikt Peetz2025-02-03
|
* fix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz2025-01-28
|
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.