diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 604dc434..9371bb6a 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -11,10 +11,6 @@ services.git-sync = { enable = true; repositories = with config.home; { - org = { - path = "${homeDirectory}/Org"; - uri = "git+https://git.xenia.me.uk/xenia/Org.git"; - }; notmuch = { path = "${homeDirectory}/.notmuch"; uri = "git+https://git.xenia.me.uk/xenia/notmuch.git"; diff --git a/services/syncthing/default.nix b/services/syncthing/default.nix index 887bf91c..81cbec37 100644 --- a/services/syncthing/default.nix +++ b/services/syncthing/default.nix @@ -19,6 +19,11 @@ path = "~/Music"; ignorePerms = true; }; + "Org" = { + id = "kztmq-eoqcs"; + path = "~/Org"; + ignorePerms = true; + }; "Pictures" = { id = "ziuj8-rm6dn"; path = "~/Pictures";