fix: disable mailserver for now, wait 1 month and try again
This commit is contained in:
parent
db88f75b34
commit
9767e8e0e4
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
debug = true;
|
||||||
inherit fqdn;
|
inherit fqdn;
|
||||||
domains = [ base-domain ];
|
domains = [ base-domain ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue