mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
separate age ssh key setup from nextcloud
This commit is contained in:
@ -72,10 +72,11 @@
|
||||
};
|
||||
mu.enable = false;
|
||||
notmuch.enable = false;
|
||||
passwordCommand =
|
||||
"${pkgs.age}/bin/age --decrypt --identity ${config.homePath}/.ssh/id_ed25519 ${
|
||||
builtins.toString ./mailpass.age
|
||||
}";
|
||||
passwordCommand = ''
|
||||
${pkgs.age}/bin/age --decrypt \
|
||||
--identity ${config.identityFile} \
|
||||
${builtins.toString ./mailpass.age}
|
||||
'';
|
||||
smtp = {
|
||||
host = "smtp.purelymail.com";
|
||||
port = 465;
|
||||
|
Reference in New Issue
Block a user