chore | update smtp info

This commit is contained in:
Don Harper 2026-02-25 23:01:32 -06:00
parent ac0530def0
commit a6c6dde71f

View file

@ -295,7 +295,7 @@ in {
fonts.packages = with pkgs; [
anonymousPro
font-awesome
jetbrains-mono
# jetbrains-mono # FIXME Causing build error? 2026-02-25
nerd-fonts.symbols-only
nerd-fonts.roboto-mono
nerd-fonts.monaspace
@ -342,7 +342,7 @@ in {
lsof
nix-bash-completions
nixd
nixfmt-classic
nixfmt
isync
pkg-config
playerctl
@ -356,7 +356,7 @@ in {
udiskie
wireplumber
xdg-utils
xfce.thunar
thunar
xsane
zathura
];
@ -398,11 +398,11 @@ in {
accounts = {
default = {
auth = true;
tls = true;
tls = false;
port = 587;
from = "don@donharper.org";
host = "smtp.smtp2go.com";
user = "donharper.org";
user = "duckunix";
passwordeval = "cat ${config.sops.secrets."smtp/smtp_password".path}";
};
};