diff options
Diffstat (limited to 'services/mail2.nix')
| -rw-r--r-- | services/mail2.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/mail2.nix b/services/mail2.nix index fe65991..b8e24cf 100644 --- a/services/mail2.nix +++ b/services/mail2.nix @@ -167,6 +167,7 @@ in configPlanPre = [ ]; idempotentCreate = cfg.extraCreate; configPlanPost = cfg.extraConfig; + useMimalloc = true; credentials = (lib.genAttrs secrets toCredfilePath) // (builtins.foldl' (a: b: a // b) ({ }) ( |
