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;
|
enable = true;
|
||||||
profiles = [ "Default" ];
|
profiles = [ "Default" ];
|
||||||
};
|
};
|
||||||
# neomutt.enable = true;
|
userName = "albert@sysctl.io";
|
||||||
userName = "albert";
|
|
||||||
primary = true;
|
primary = true;
|
||||||
address = "albert@sysctl.io";
|
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";
|
passwordCommand = "/run/current-system/sw/bin/cat /run/secrets/email_password";
|
||||||
realName = "Albert J. Copeland";
|
realName = "Albert J. Copeland";
|
||||||
signature = ''
|
signature = {
|
||||||
Albert J. Copeland
|
showSignature = "append";
|
||||||
albert@sysctl.io
|
text = ''
|
||||||
PGP: 48FBC3335A26DED6
|
Albert J. Copeland
|
||||||
'';
|
albert@sysctl.io
|
||||||
|
PGP: 48FBC3335A26DED6
|
||||||
|
'';
|
||||||
|
};
|
||||||
gpg = {
|
gpg = {
|
||||||
encryptByDefault = true;
|
encryptByDefault = true;
|
||||||
key = "48FBC3335A26DED6";
|
key = "48FBC3335A26DED6";
|
||||||
|
|
Loading…
Reference in a new issue