diff --git a/configurations/syncthing/default.nix b/configurations/syncthing/default.nix index 1934684..bd05d9f 100644 --- a/configurations/syncthing/default.nix +++ b/configurations/syncthing/default.nix @@ -6,7 +6,7 @@ leyla_calendar = { id = "8oatl-1rv6w"; }; - leyla_notes = { + leyla_supernote_notes = { id = "dwbuv-zffnf"; }; share = { @@ -25,8 +25,8 @@ folder = config.folders.leyla_calendar; path = "/mnt/sync/leyla/calendar"; }; - leyla_notes = { - folder = config.folders.leyla_notes; + leyla_supernote_notes = { + folder = config.folders.leyla_supernote_notes; path = "/mnt/sync/leyla/notes"; }; share = { @@ -64,12 +64,12 @@ coven = { id = "QGU7NN6-OMXTWVA-YCZ73S5-2O7ECTS-MUCTN4M-YH6WLEL-U4U577I-7PBNCA5"; folders = { - share = { - folder = config.folders.share; - }; leyla_documents = { folder = config.folders.leyla_documents; }; + share = { + folder = config.folders.share; + }; }; }; ceder = { @@ -85,7 +85,7 @@ folder = config.folders.leyla_calendar; }; leyla_notes = { - folder = config.folders.leyla_notes; + folder = config.folders.leyla_supernote_notes; }; }; };