index
:
nixos-config
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home.legacy
/
conf
/
mail
(
unfollow
)
Commit message (
Collapse
)
Author
2025-03-30
revert: "fix(modules/legacy/mail/soispha): Use new mail-server"
Benedikt Peetz
This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
2025-03-30
fix(modules/legacy/mail/soispha): Use new mail-server
Benedikt Peetz
2025-03-10
fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵
Benedikt Peetz
passwordCommand fails
2025-02-22
fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵
Benedikt Peetz
the git helper
2025-02-03
fix(modules/legacy/mail): Add missing `helper` attribute key
Benedikt Peetz
2025-02-03
feat(modules/legacy/mail): Automatically set a git credential helper
Benedikt Peetz
2025-01-28
fix(modules/legacy/mail/accounts/*): Use the migrated mail server
Benedikt Peetz
2024-10-18
refactor(modules): Move all system modules to `by-name`
Benedikt Peetz
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.