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