From aef4804f3f044e9320ec9df6f2e2bd2d0e3ab07a Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 10 Dec 2021 15:26:04 +0100 Subject: [PATCH] Oops passwd in the clear --- config/home/mails.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/home/mails.nix b/config/home/mails.nix index 31b2b6b..9056ade 100644 --- a/config/home/mails.nix +++ b/config/home/mails.nix @@ -15,7 +15,7 @@ notmuch.enable = true; primary = true; realName = "Julien Malka"; - passwordCommand = "echo ***REMOVED***"; + passwordCommand = "passwordCommand"; smtp = { host = "clipper.ens.fr"; };