mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
update email domain
This commit is contained in:
parent
6e5f8f1247
commit
f514c328f0
2 changed files with 3 additions and 3 deletions
|
@ -45,11 +45,11 @@ in
|
|||
userName = address;
|
||||
passwordCommand = "${pkgs.coreutils}/bin/cat $XDG_RUNTIME_DIR/secrets/email/rfive";
|
||||
imap = {
|
||||
host = "mail.rfive.de";
|
||||
host = "falkenstein.vpn.rfive.de";
|
||||
port = 993;
|
||||
};
|
||||
smtp = {
|
||||
host = "mail.rfive.de";
|
||||
host = "falkenstein.vpn.rfive.de";
|
||||
port = 587;
|
||||
tls.useStartTls = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue