fix: mail pass file set incorrectly

This commit is contained in:
Noah Masur 2023-03-05 09:05:45 -05:00
parent 7ab78767d4
commit 5e4642b92e

View File

@ -67,7 +67,7 @@
notmuch.enable = false;
passwordCommand =
"${pkgs.age}/bin/age --decrypt --identity ${config.identityFile} ${
builtins.toString ../../private/mailpass.age
builtins.toString ../../../private/mailpass.age
}";
smtp = {
host = "smtp.purelymail.com";