From e68c2f37366887c6b5974cabaf584607cb58aee8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 25 Dec 2022 14:26:02 +0300 Subject: feat(ops/modules): index incoming mail in public-inbox Change-Id: I8a3e2c0e789057fd1edd015ccb8fdcc0cbb52cd8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7631 Tested-by: BuildkiteCI Reviewed-by: flokli --- ops/modules/depot-inbox.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ops') diff --git a/ops/modules/depot-inbox.nix b/ops/modules/depot-inbox.nix index 1accbe3eae..1f9acc3aab 100644 --- a/ops/modules/depot-inbox.nix +++ b/ops/modules/depot-inbox.nix @@ -58,6 +58,10 @@ in description = "TVL depot development"; coderepo = [ "depot" ]; url = "https://inbox.tvl.su/depot"; + + watch = [ + "maildir:/var/lib/public-inbox/depot-imap/INBOX/" + ]; }; settings.coderepo.depot = { -- cgit 1.4.1