mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore(stalwart): disable some enterprise only features
This commit is contained in:
parent
77a740d2b3
commit
09f18c57f3
2 changed files with 1 additions and 7 deletions
|
@ -12,12 +12,6 @@ in
|
|||
enable = true;
|
||||
package = pkgs.callPackage ../../private/pkgs/stalwart { };
|
||||
settings = {
|
||||
metrics.history = {
|
||||
enable = true;
|
||||
store = "rocksdb";
|
||||
retention = "90d";
|
||||
interval = "0 * *";
|
||||
};
|
||||
authentication.fallback-admin = {
|
||||
user = "admin";
|
||||
secret = "%{file:/var/lib/stalwart-mail/admin-hash}%";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue