From ae503cfbda30851f222184024543a84f1857ea46 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 18 Jun 2025 09:26:17 -0500 Subject: [PATCH] Remove unused option. --- hosts/hub/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/hub/default.nix b/hosts/hub/default.nix index 204be3a..5bc5534 100644 --- a/hosts/hub/default.nix +++ b/hosts/hub/default.nix @@ -105,11 +105,7 @@ certificateScheme = "acme"; enableManageSieve = true; indexDir = "/var/lib/dovecot/indices"; - fullTextSearch = { - enable = true; - # this only applies to plain text attachments, binary attachments are never indexed - indexAttachments = true; - }; + fullTextSearch.enable = true; }; services.fail2ban.jails = {