Qualify path to cat (#55)

This commit is contained in:
Patrick Stevens
2024-04-28 22:40:55 +01:00
committed by GitHub
parent ad6a4548c6
commit 5536c97493

View File

@@ -100,7 +100,7 @@ in {
create = "maildir";
};
realName = "Patrick Stevens";
passwordCommand = "cat ${secretsPath}/btinternet.txt";
passwordCommand = "${pkgs.coreutils}/bin/cat ${secretsPath}/btinternet.txt";
smtp = {
host = "mail.btinternet.com";
port = 465;
@@ -143,7 +143,7 @@ in {
passwordCommand =
# I store the ProtonMail Bridge password here.
# Extracting it from a keychain would be better.
"cat ${secretsPath}/proton.txt";
"${pkgs.coreutils}/bin/cat ${secretsPath}/proton.txt";
smtp = {
host = "127.0.0.1";
port = 1025; # 8126; if using hydroxide