feat: change domain
This commit is contained in:
parent
e727922e9c
commit
fb5c340f5f
4 changed files with 23 additions and 30 deletions
|
|
@ -47,13 +47,13 @@ in {
|
|||
imapnotify.enable = true;
|
||||
imapnotify.boxes = ["Inbox"];
|
||||
imapnotify.onNotify = "${lib.getExe' pkgs.systemd "systemctl"} start --user mbsync.service";
|
||||
address = "main@moritz.foo";
|
||||
userName = "main@moritz.foo";
|
||||
address = "main@moritz.place";
|
||||
userName = "main@moritz.place";
|
||||
aerc.enable = true;
|
||||
# gpg.signByDefault = true;
|
||||
# gpg.key = "0xE4F362A3F5C338A0";
|
||||
imap.host = "mail.moritz.foo";
|
||||
smtp.host = "mail.moritz.foo";
|
||||
imap.host = "mail.moritz.place";
|
||||
smtp.host = "mail.moritz.place";
|
||||
realName = "Moritz Böhme";
|
||||
mbsync.enable = true;
|
||||
mbsync.create = "both";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue