mail and password store
This commit is contained in:
parent
4cf458aacb
commit
deebde0386
6 changed files with 29 additions and 7 deletions
|
|
@ -95,8 +95,13 @@
|
|||
userName = "till.straube@t9e.me";
|
||||
signature.text = ''
|
||||
Till Straube (he/him)
|
||||
PGP key: https://keys.openpgp.org/search?q=till.straube@t9e.me
|
||||
'';
|
||||
signature.showSignature = "append";
|
||||
gpg = {
|
||||
key = "5FA6782F543D12ED07110780BA1B73F10BABF8E3";
|
||||
signByDefault = true;
|
||||
};
|
||||
neomutt = {
|
||||
enable = true;
|
||||
sendMailCommand = "/home/till/.nix-profile/bin/msmtp";
|
||||
|
|
@ -104,11 +109,14 @@
|
|||
set my_mbsync_acct='t9e'
|
||||
set mbox='+Archive'
|
||||
set my_junk='+Junk'
|
||||
unset crypt_auto_pgp
|
||||
|
||||
set crypt_auto_pgp
|
||||
unset crypt_auto_smime
|
||||
|
||||
unalternates *
|
||||
alternates @t9e.me$
|
||||
set reverse_name
|
||||
|
||||
set my_signature = ${
|
||||
pkgs.writeText
|
||||
"signature.txt"
|
||||
|
|
@ -136,7 +144,7 @@
|
|||
userName = "till";
|
||||
signature.text = ''
|
||||
Till Straube (he/him)
|
||||
PGP: https://keys.openpgp.org/search?q=till@ktiu.net
|
||||
PGP key: https://keys.openpgp.org/search?q=till@ktiu.net
|
||||
'';
|
||||
signature.showSignature = "append";
|
||||
gpg = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue