From bad1f0bf7f0914b14800d85a3db73ccc23239c77 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 25 Oct 2023 22:34:52 +0100 Subject: [PATCH] Add a directory to sync notmuch database --- services/syncthing/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/syncthing/default.nix b/services/syncthing/default.nix index 81307dde..0ffa2312 100644 --- a/services/syncthing/default.nix +++ b/services/syncthing/default.nix @@ -28,6 +28,12 @@ in { path = "${dataDir}/.elfeed"; ignorePerms = true; }; + "Notmuch" = { + inherit devices; + id = "yiaiy-xrnse"; + path = "${dataDir}/.notmuch"; + ignorePerms = true; + }; "Pictures" = { inherit devices; id = "ziuj8-rm6dn";