Switch Org directory back to being a git repo

This commit is contained in:
Evie Litherland-Smith 2023-11-01 18:12:17 +00:00
parent e40ac6f61d
commit 4c36b300b1
2 changed files with 4 additions and 5 deletions

View file

@ -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";

View file

@ -19,11 +19,6 @@
path = "~/Music";
ignorePerms = true;
};
"Org" = {
id = "kztmq-eoqcs";
path = "~/Org";
ignorePerms = true;
};
"Pictures" = {
id = "ziuj8-rm6dn";
path = "~/Pictures";