diff --git a/home/scripts/git-sync-all.sh b/home/scripts/git-sync-all.sh index 665dc780..74975023 100755 --- a/home/scripts/git-sync-all.sh +++ b/home/scripts/git-sync-all.sh @@ -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" ) diff --git a/services/syncthing.nix b/services/syncthing.nix index c3aff61b..784ffbad 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -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";