server & workstation | switch outbound smtp to smtp2go
This commit is contained in:
parent
42acee4d7c
commit
7d2d8197bf
2 changed files with 8 additions and 8 deletions
|
|
@ -136,7 +136,7 @@ in {
|
|||
};
|
||||
pulse = { enable = true; };
|
||||
};
|
||||
printing = { enable = true; };
|
||||
printing = { enable = true; drivers = [pkgs.hplipWithPlugin];};
|
||||
pulseaudio = { enable = false; };
|
||||
tailscale = { enable = true; };
|
||||
udev = {
|
||||
|
|
@ -245,7 +245,7 @@ in {
|
|||
nix-bash-completions
|
||||
nixd
|
||||
nixfmt-classic
|
||||
pimsync
|
||||
isync
|
||||
pkg-config
|
||||
playerctl
|
||||
poppler_utils
|
||||
|
|
@ -336,9 +336,9 @@ in {
|
|||
auth = true;
|
||||
tls = true;
|
||||
port = 587;
|
||||
from = "duck@duckland.org";
|
||||
host = "smtp.gmail.com";
|
||||
user = "duckunix@gmail.com";
|
||||
from = "don@donharper.org";
|
||||
host = "smtp.smtp2go.com";
|
||||
user = "donharper.org";
|
||||
passwordeval = "cat /home/don/.smtp_password.txt";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue