Update signature

This commit is contained in:
albert 2024-05-07 21:15:26 +09:00
parent 357b735cc2
commit 67886074b2
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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";