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
|
|
@ -243,9 +243,9 @@ in {
|
||||||
auth = true;
|
auth = true;
|
||||||
tls = true;
|
tls = true;
|
||||||
port = 587;
|
port = 587;
|
||||||
from = "duck@duckland.org";
|
from = "don@donharper.org";
|
||||||
host = "smtp.gmail.com";
|
host = "smtp.smtp2go.com";
|
||||||
user = "duckunix@gmail.com";
|
user = "donharper.org";
|
||||||
passwordeval = "cat /home/don/.smtp_password.txt";
|
passwordeval = "cat /home/don/.smtp_password.txt";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ in {
|
||||||
};
|
};
|
||||||
pulse = { enable = true; };
|
pulse = { enable = true; };
|
||||||
};
|
};
|
||||||
printing = { enable = true; };
|
printing = { enable = true; drivers = [pkgs.hplipWithPlugin];};
|
||||||
pulseaudio = { enable = false; };
|
pulseaudio = { enable = false; };
|
||||||
tailscale = { enable = true; };
|
tailscale = { enable = true; };
|
||||||
udev = {
|
udev = {
|
||||||
|
|
@ -245,7 +245,7 @@ in {
|
||||||
nix-bash-completions
|
nix-bash-completions
|
||||||
nixd
|
nixd
|
||||||
nixfmt-classic
|
nixfmt-classic
|
||||||
pimsync
|
isync
|
||||||
pkg-config
|
pkg-config
|
||||||
playerctl
|
playerctl
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
@ -336,9 +336,9 @@ in {
|
||||||
auth = true;
|
auth = true;
|
||||||
tls = true;
|
tls = true;
|
||||||
port = 587;
|
port = 587;
|
||||||
from = "duck@duckland.org";
|
from = "don@donharper.org";
|
||||||
host = "smtp.gmail.com";
|
host = "smtp.smtp2go.com";
|
||||||
user = "duckunix@gmail.com";
|
user = "donharper.org";
|
||||||
passwordeval = "cat /home/don/.smtp_password.txt";
|
passwordeval = "cat /home/don/.smtp_password.txt";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue