1
Fork 0

Fix msmtp config

This commit is contained in:
Matei Adriel 2024-02-12 15:38:46 +01:00
parent 55c8a20218
commit 15441e4b61
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
programs.msmtp = {
enable = true;
setSendmail = true;
accounts = {
defaults = {
auth = true;
tls = true;
@ -10,5 +10,4 @@
port = 465;
};
};
};
}