From 508e831a2a7b6db5e0d795582db21e6695e4021b Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Wed, 26 Mar 2025 15:40:12 -0500 Subject: [PATCH] renamed supernote notes share --- configurations/syncthing/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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; }; }; };