From a6c6dde71f03b2aacc36227aa79e1d12043172c5 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 25 Feb 2026 23:01:32 -0600 Subject: [PATCH] chore | update smtp info --- hosts/workstation/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 3c46a57..aa47d06 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -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}"; }; };