From 3378dc9403b52d5b9d835665408bc0bc6a601dd2 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 11 Sep 2021 19:06:33 +0200 Subject: [PATCH] reformat --- configs/workhorse/mail-fetcher.nix | 5 +++-- system/desktop/mail-stuff.nix | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index 046c808..6b35003 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -613,8 +613,9 @@ in { aliases = [ ]; realName = "Ingolf Wagner"; userName = "palo@terranix.org"; - passwordCommand = - "cat ${toString config.krops.userKeys."namecheap.terranix.org".target}"; + passwordCommand = "cat ${ + toString config.krops.userKeys."namecheap.terranix.org".target + }"; imap = { host = "mail.privateemail.com"; tls.enable = true; diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index f9a21a2..1a1d0fe 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -59,9 +59,7 @@ in { port = 465; }; notmuch.enable = true; - msmtp = { - enable = true; - }; + msmtp = { enable = true; }; }; gmail = { # for google accounts you have to allow 'less secure apps' in accounts.google.com