Add orgmobile and elfeed dot dirs to syncthing

This commit is contained in:
Evie Litherland-Smith 2024-02-18 07:20:54 +00:00
parent 5350d64a70
commit 6d32f905a0

View file

@ -34,6 +34,18 @@ in {
path = "~/Videos"; path = "~/Videos";
ignorePerms = true; ignorePerms = true;
}; };
"elfeed" = {
inherit devices;
id = "jkkef-je6t3";
path = "~/.elfeed";
ignorePerms = true;
};
"orgmobile" = {
inherit devices;
id = "k5use-dmeqp";
path = "~/.orgmobile";
ignorePerms = true;
};
}; };
}; };
}; };