Add a directory to sync notmuch database

This commit is contained in:
Evie Litherland-Smith 2023-10-25 22:34:52 +01:00
parent aafee00295
commit bad1f0bf7f

View file

@ -28,6 +28,12 @@ in {
path = "${dataDir}/.elfeed"; path = "${dataDir}/.elfeed";
ignorePerms = true; ignorePerms = true;
}; };
"Notmuch" = {
inherit devices;
id = "yiaiy-xrnse";
path = "${dataDir}/.notmuch";
ignorePerms = true;
};
"Pictures" = { "Pictures" = {
inherit devices; inherit devices;
id = "ziuj8-rm6dn"; id = "ziuj8-rm6dn";