enable email again

This commit is contained in:
twoneis 2025-02-23 16:32:20 +01:00
parent 26c05010d7
commit a8fd58774d
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
conf = {
ssh.enable = true;
nginx.enable = true;
mail.enable = false; # broken
mail.enable = true; # broken
website.enable = true;
fedi.enable = true;
matrix.enable = true;

View file

@ -11,7 +11,6 @@ in mkIf conf.mail.enable {
"mta-sts.chpu.eu"
"autoconfig.chpu.eu"
"autodiscover.chpu.eu"
"mail.chpu.eu"
];
locations."/".proxyPass = "http://localhost:9090";
};