diff --git a/home.nix b/home.nix index 8b6e70a..150ce98 100755 --- a/home.nix +++ b/home.nix @@ -27,7 +27,7 @@ # 1. Die allgemeine E-Mail-Konfiguration accounts.email.accounts = { - "Privat" = { + "mail@martin-haitz.com" = { primary = true; address = "mail@martin-haitz.com"; realName = "Martin Haitz"; @@ -40,7 +40,7 @@ # Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll thunderbird.enable = true; }; - "martin" = { + "martin@dukebase.de" = { address = "martin@dukebase.de"; realName = "Martin Haitz"; userName = "martin@dukebase.de"; @@ -52,7 +52,17 @@ # Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll thunderbird.enable = true; }; - }; + "marianne.haitz@duffyduke.de" = { + address = "marianne.haitz@duffyduke.de"; + realName = "Marianne Haitz"; + userName = "marianne.haitz@duffyduke.de"; + imap.host = "imap.dukebase.de"; + imap.port = 993; + smtp.host = "smtp.dukebase.de"; + smtp.port = 465; + thunderbird.enable = true; + }; + }; # This value determines the Home Manager release that your configuration is # compatible with. This helps avoid breakage when a new Home Manager release # introduces backwards incompatible changes.