From 51607f251a247950346f09c94f786fbc580f92cf Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 2 May 2026 20:57:06 +0200 Subject: home/mail: drop books.exposed mail account --- home/home.nix | 14 -------------- 1 file changed, 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 = { -- cgit v1.2.3