workstation | msmtp is currently not building
This commit is contained in:
parent
4517646ea2
commit
dc62151424
1 changed files with 14 additions and 14 deletions
|
|
@ -223,20 +223,20 @@ in
|
|||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
programs.msmtp = {
|
||||
enable = true;
|
||||
accounts = {
|
||||
default = {
|
||||
auth = true;
|
||||
tls = true;
|
||||
port = 587;
|
||||
from = "duck@duckland.org";
|
||||
host = "smtp.gmail.com";
|
||||
user = "duckunix@gmail.com";
|
||||
passwordeval = "cat /home/don/.smtp_password.txt";
|
||||
};
|
||||
};
|
||||
};
|
||||
#-# programs.msmtp = {
|
||||
#-# enable = true;
|
||||
#-# accounts = {
|
||||
#-# default = {
|
||||
#-# auth = true;
|
||||
#-# tls = true;
|
||||
#-# port = 587;
|
||||
#-# from = "duck@duckland.org";
|
||||
#-# host = "smtp.gmail.com";
|
||||
#-# user = "duckunix@gmail.com";
|
||||
#-# passwordeval = "cat /home/don/.smtp_password.txt";
|
||||
#-# };
|
||||
#-# };
|
||||
#-# };
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
options = "-d";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue