From 1cd8c2822d4edde5532831da3b7617f2fa70e275 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 6 Apr 2025 15:38:46 -0600 Subject: [PATCH] added org notes to syncthing --- jawz.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jawz.nix b/jawz.nix index 650a4bf..b8d8f20 100644 --- a/jawz.nix +++ b/jawz.nix @@ -65,6 +65,12 @@ in "workstation" ]; }; + notes = { + path = "~/Documents/Notes/"; + ignorePerms = false; + devices = [ "galaxy" ]; + label = "Notes"; + }; }; }; };