Disable roundcube and rspamd webui by default

This commit is contained in:
Thomas Preisner 2024-12-28 14:55:55 +01:00
parent 5f49caec49
commit e6e91b775a
3 changed files with 2 additions and 5 deletions

View file

@ -4,9 +4,6 @@
virtualisation.memorySize = 1024;
mailsystem = {
enable = true;
roundcube.enable = false;
rspamd.webUi.enable = false;
certificateScheme = "selfsigned";
};
};