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=(
|
||||
"$HOME/.password-store/"
|
||||
"$HOME/.elfeed/"
|
||||
"$HOME/Documents/Org/"
|
||||
"$HOME/Documents/References/"
|
||||
)
|
||||
SYNC_URLS=(
|
||||
"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/references.git"
|
||||
)
|
||||
|
|
|
@ -34,12 +34,6 @@ in {
|
|||
path = "~/Videos";
|
||||
ignorePerms = true;
|
||||
};
|
||||
"elfeed" = {
|
||||
inherit devices;
|
||||
id = "jkkef-je6t3";
|
||||
path = "~/.elfeed";
|
||||
ignorePerms = true;
|
||||
};
|
||||
"orgmobile" = {
|
||||
inherit devices;
|
||||
id = "k5use-dmeqp";
|
||||
|
|
Loading…
Reference in a new issue