enable email again
This commit is contained in:
parent
26c05010d7
commit
a8fd58774d
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
conf = {
|
conf = {
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
mail.enable = false; # broken
|
mail.enable = true; # broken
|
||||||
website.enable = true;
|
website.enable = true;
|
||||||
fedi.enable = true;
|
fedi.enable = true;
|
||||||
matrix.enable = true;
|
matrix.enable = true;
|
||||||
|
|
|
@ -11,7 +11,6 @@ in mkIf conf.mail.enable {
|
||||||
"mta-sts.chpu.eu"
|
"mta-sts.chpu.eu"
|
||||||
"autoconfig.chpu.eu"
|
"autoconfig.chpu.eu"
|
||||||
"autodiscover.chpu.eu"
|
"autodiscover.chpu.eu"
|
||||||
"mail.chpu.eu"
|
|
||||||
];
|
];
|
||||||
locations."/".proxyPass = "http://localhost:9090";
|
locations."/".proxyPass = "http://localhost:9090";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue