fix mailbox config

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-28 20:18:11 +01:00
parent 1b98d985b9
commit 086d7cef35
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -55,7 +55,6 @@ desktop: {pkgs, ...}: {
remove = "both";
};
msmtp.enable = true;
alot.enable = true;
notmuch.enable = true;
realName = "Charlotte 🦝 Delenk";
passwordCommand = "${pkgs.coreutils}/bin/cat /run/secrets/email/lotte@chir.rs";