move mailpass to private section

This commit is contained in:
Noah Masur 2022-10-03 12:12:50 +00:00
parent 92223a49cd
commit a0089e28ae
2 changed files with 1 additions and 1 deletions

View File

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