chore | update smtp info
This commit is contained in:
parent
ac0530def0
commit
a6c6dde71f
1 changed files with 5 additions and 5 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue