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; [
|
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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue