From 4c36b300b1cb301848b8061fee9689f5a50b0ca1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 1 Nov 2023 18:12:17 +0000 Subject: [PATCH] Switch Org directory back to being a git repo --- home/emacs/default.nix | 4 ++++ services/syncthing/default.nix | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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";