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