mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 12:15:38 +00:00
move mailpass to private section
This commit is contained in:
parent
92223a49cd
commit
a0089e28ae
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user