ssmtp for matemat

This commit is contained in:
Eri - 2021-03-06 20:59:08 +01:00
parent 02e87fa507
commit 7c834abb43
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@
};
};
};
services.ssmtp = {
enable = true;
root = "nek0@c3d2.de";
useSTARTTLS = true;
hostName = "mail.c3d2.de";
domain = "matemat.hq.c3d2.de";
};
security.acme = {
acceptTerms = true;
email = "mail@c3d2.de";