From 61a97b270274591a7b60ca2ea7ab79f3cfa4d916 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 27 Apr 2026 07:57:05 +0200 Subject: [PATCH] =?UTF-8?q?Thunderbird=20Konto=20Marianne=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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.