Fix msmtp config
This commit is contained in:
parent
55c8a20218
commit
15441e4b61
|
@ -2,7 +2,7 @@
|
|||
programs.msmtp = {
|
||||
enable = true;
|
||||
setSendmail = true;
|
||||
accounts = {
|
||||
|
||||
defaults = {
|
||||
auth = true;
|
||||
tls = true;
|
||||
|
@ -10,5 +10,4 @@
|
|||
port = 465;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue