Move Org back to being sync'd with syncthing
This commit is contained in:
parent
9bc9267c8e
commit
1ff7bea4c8
|
@ -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";
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
path = "~/Music";
|
||||
ignorePerms = true;
|
||||
};
|
||||
"Org" = {
|
||||
id = "kztmq-eoqcs";
|
||||
path = "~/Org";
|
||||
ignorePerms = true;
|
||||
};
|
||||
"Pictures" = {
|
||||
id = "ziuj8-rm6dn";
|
||||
path = "~/Pictures";
|
||||
|
|
Loading…
Reference in a new issue