fix: disable mailserver for now, wait 1 month and try again

This commit is contained in:
Khaïs COLIN 2024-09-06 18:16:29 +02:00
parent db88f75b34
commit 9767e8e0e4

View file

@ -4,7 +4,8 @@ let
in
{
mailserver = {
enable = true;
enable = false;
debug = true;
inherit fqdn;
domains = [ base-domain ];