mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Added me@annikamerris.com Email For Thunderbird
This commit is contained in:
parent
a127fa9e8f
commit
cda28d49c1
1 changed files with 16 additions and 0 deletions
|
|
@ -27,11 +27,27 @@
|
|||
};
|
||||
thunderbird.enable = true;
|
||||
};
|
||||
annikamerris_com = {
|
||||
primary = false;
|
||||
userName = "me@annikamerris.com";
|
||||
realName = "Annika Merris";
|
||||
address = "me@annikamerris.com";
|
||||
imap = {
|
||||
host = "imap.porkbun.com";
|
||||
port = 993;
|
||||
};
|
||||
smtp = {
|
||||
host = "smtp.porkbun.com";
|
||||
port = 465;
|
||||
};
|
||||
thunderbird.enable = true;
|
||||
}
|
||||
};
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
adhdgirl.isDefault = true;
|
||||
annikamerris_com.isDefault = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue