From de6a43a239c5d89889bdc6676f06b9849c5d76e7 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 16 Mar 2025 15:31:34 -0500 Subject: [PATCH] added leyla documents to more syncthing devices --- configurations/syncthing/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configurations/syncthing/default.nix b/configurations/syncthing/default.nix index bc557eb..1934684 100644 --- a/configurations/syncthing/default.nix +++ b/configurations/syncthing/default.nix @@ -67,6 +67,9 @@ share = { folder = config.folders.share; }; + leyla_documents = { + folder = config.folders.leyla_documents; + }; }; }; ceder = { @@ -75,6 +78,9 @@ share = { folder = config.folders.share; }; + leyla_documents = { + folder = config.folders.leyla_documents; + }; leyla_calendar = { folder = config.folders.leyla_calendar; };