diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/home.nix | 14 |
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 = { |
