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