From 575dd8a7edd06b0194594fbd7c74ccbda5d29841 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 31 Dec 2024 13:44:16 -0600 Subject: [PATCH] Remove defaults. --- hosts/hub/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/hub/default.nix b/hosts/hub/default.nix index c103f69..9b9f836 100644 --- a/hosts/hub/default.nix +++ b/hosts/hub/default.nix @@ -92,13 +92,11 @@ }; certificateScheme = "acme"; enableManageSieve = true; + indexDir = "/var/lib/dovecot/indices"; fullTextSearch = { enable = true; - # index new email as they arrive - autoIndex = true; # this only applies to plain text attachments, binary attachments are never indexed indexAttachments = true; - enforced = "body"; }; };