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