workstation | re-enable msmtp

This commit is contained in:
Don Harper 2023-09-28 07:18:33 -05:00
parent c600b3c322
commit 3a4b2fa4c7

View file

@ -223,20 +223,20 @@ in
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
#-# programs.msmtp = { programs.msmtp = {
#-# enable = true; enable = true;
#-# accounts = { accounts = {
#-# default = { default = {
#-# auth = true; auth = true;
#-# tls = true; tls = true;
#-# port = 587; port = 587;
#-# from = "duck@duckland.org"; from = "duck@duckland.org";
#-# host = "smtp.gmail.com"; host = "smtp.gmail.com";
#-# user = "duckunix@gmail.com"; user = "duckunix@gmail.com";
#-# passwordeval = "cat /home/don/.smtp_password.txt"; passwordeval = "cat /home/don/.smtp_password.txt";
#-# }; };
#-# }; };
#-# }; };
nix.gc = { nix.gc = {
automatic = true; automatic = true;
options = "-d"; options = "-d";