workstation | re-enable msmtp
This commit is contained in:
parent
c600b3c322
commit
3a4b2fa4c7
1 changed files with 14 additions and 14 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue