disable debug flag, as logs are getting to large
This commit is contained in:
parent
eefaddbaed
commit
152debbb36
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ flake-inputs:
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
debug = true; # TODO disable
|
debug = false; # TODO disable
|
||||||
fqdn = "mathebau.de";
|
fqdn = "mathebau.de";
|
||||||
sendingFqdn = "fb04184.mathematik.tu-darmstadt.de";
|
sendingFqdn = "fb04184.mathematik.tu-darmstadt.de";
|
||||||
domains = [
|
domains = [
|
||||||
|
|
Loading…
Reference in a new issue