summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorstuebinm2026-05-02 20:57:06 +0200
committerstuebinm2026-05-02 20:57:06 +0200
commit51607f251a247950346f09c94f786fbc580f92cf (patch)
tree2e6b38116eaecae8698329c441181d5a082694bb /home
parent18749ba9ad81729a3b56a75cf93a8c62d517c69f (diff)
home/mail: drop books.exposed mail account
Diffstat (limited to 'home')
-rw-r--r--home/home.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/home/home.nix b/home/home.nix
index 580d57b..eaf1dee 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -69,20 +69,6 @@
userName = "stuebinm@ilztalbahn.eu";
passwordCommand = "secret-tool lookup mail ilztalbahn";
};
- accounts.preprint = {
- address = "admin@books.exposed";
- imap.host = "books.exposed";
- mbsync = {
- enable = true;
- create = "maildir";
- };
- msmtp.enable = true;
- mu.enable = true;
- realName = "terru";
- smtp.host = "books.exposed";
- userName = "admin@books.exposed";
- passwordCommand = "secret-tool lookup mail preprint";
- };
};
programs.bash = {