fixed ssh errors, add hashcash, update mail config, update zsh config

This commit is contained in:
Rouven Seifert 2023-09-24 21:32:28 +02:00
parent 5f4dce9a04
commit 6dece01018
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
10 changed files with 114 additions and 139 deletions

View file

@ -42,7 +42,6 @@ in
'';
};
mbsync.enable = true;
msmtp.enable = true;
};
accounts.email.accounts = {
"rouven@rfive.de" = rec {
@ -59,7 +58,6 @@ in
host = "mail.rfive.de";
port = 465;
};
msmtp.enable = true;
thunderbird.enable = true;
mbsync = {
enable = true;
@ -172,7 +170,6 @@ in
};
};
};
msmtp.enable = true;
thunderbird.enable = true;
neomutt = let c = mbsync.groups.tud.channels; in
{
@ -264,7 +261,6 @@ in
};
};
};
msmtp.enable = true;
thunderbird.enable = true;
neomutt = let c = mbsync.groups.ifsr.channels; in
{
@ -323,7 +319,6 @@ in
};
};
};
msmtp.enable = true;
thunderbird.enable = true;
neomutt = let c = mbsync.groups.gmail.channels; in
{