Update signature
This commit is contained in:
parent
357b735cc2
commit
67886074b2
1 changed files with 9 additions and 9 deletions
|
@ -39,19 +39,19 @@
|
|||
enable = true;
|
||||
profiles = [ "Default" ];
|
||||
};
|
||||
# neomutt.enable = true;
|
||||
userName = "albert";
|
||||
userName = "albert@sysctl.io";
|
||||
primary = true;
|
||||
address = "albert@sysctl.io";
|
||||
# password
|
||||
# https://nix-community.github.io/home-manager/options.html#opt-accounts.email.accounts._name_.passwordCommand
|
||||
passwordCommand = "/run/current-system/sw/bin/cat /run/secrets/email_password";
|
||||
realName = "Albert J. Copeland";
|
||||
signature = ''
|
||||
Albert J. Copeland
|
||||
albert@sysctl.io
|
||||
PGP: 48FBC3335A26DED6
|
||||
'';
|
||||
signature = {
|
||||
showSignature = "append";
|
||||
text = ''
|
||||
Albert J. Copeland
|
||||
albert@sysctl.io
|
||||
PGP: 48FBC3335A26DED6
|
||||
'';
|
||||
};
|
||||
gpg = {
|
||||
encryptByDefault = true;
|
||||
key = "48FBC3335A26DED6";
|
||||
|
|
Loading…
Reference in a new issue