1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-04 22:40:13 +00:00

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
modules/mail
private

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