Add a directory to sync notmuch database
This commit is contained in:
parent
aafee00295
commit
bad1f0bf7f
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue