From 10e6fa3f9adc07e78abcd59ebd606c2cc558a11c Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 26 May 2024 14:16:00 -0400 Subject: [PATCH] Forgot .dev not .com --- modules/common/applications/thunderbird.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common/applications/thunderbird.nix b/modules/common/applications/thunderbird.nix index fe99705..1b853b7 100644 --- a/modules/common/applications/thunderbird.nix +++ b/modules/common/applications/thunderbird.nix @@ -14,9 +14,9 @@ accounts.email.accounts = { adhdgirl = { primary = true; - userName = "annika@adhdgirl.com"; + userName = "annika@adhdgirl.dev"; realName = "Annika Merris"; - address = "annika@adhdgirl.com"; + address = "annika@adhdgirl.dev"; imap = { host = "imap.purelymail.com"; port = 993;