Remove elfeed from syncthing, add back to git-sync-all
This commit is contained in:
parent
406750a9e2
commit
f048d05850
|
@ -1,10 +1,12 @@
|
||||||
SYNC_DIRS=(
|
SYNC_DIRS=(
|
||||||
"$HOME/.password-store/"
|
"$HOME/.password-store/"
|
||||||
|
"$HOME/.elfeed/"
|
||||||
"$HOME/Documents/Org/"
|
"$HOME/Documents/Org/"
|
||||||
"$HOME/Documents/References/"
|
"$HOME/Documents/References/"
|
||||||
)
|
)
|
||||||
SYNC_URLS=(
|
SYNC_URLS=(
|
||||||
"https://git.xenia.me.uk/pixelifytica/pass.git"
|
"https://git.xenia.me.uk/pixelifytica/pass.git"
|
||||||
|
"https://git.xenia.me.uk/pixelifytica/elfeed.git"
|
||||||
"https://git.xenia.me.uk/pixelifytica/org.git"
|
"https://git.xenia.me.uk/pixelifytica/org.git"
|
||||||
"https://git.xenia.me.uk/pixelifytica/references.git"
|
"https://git.xenia.me.uk/pixelifytica/references.git"
|
||||||
)
|
)
|
||||||
|
|
|
@ -34,12 +34,6 @@ in {
|
||||||
path = "~/Videos";
|
path = "~/Videos";
|
||||||
ignorePerms = true;
|
ignorePerms = true;
|
||||||
};
|
};
|
||||||
"elfeed" = {
|
|
||||||
inherit devices;
|
|
||||||
id = "jkkef-je6t3";
|
|
||||||
path = "~/.elfeed";
|
|
||||||
ignorePerms = true;
|
|
||||||
};
|
|
||||||
"orgmobile" = {
|
"orgmobile" = {
|
||||||
inherit devices;
|
inherit devices;
|
||||||
id = "k5use-dmeqp";
|
id = "k5use-dmeqp";
|
||||||
|
|
Loading…
Reference in a new issue