From 47ed2f02a913177f6b9cea854f569f50e0d47c15 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 28 Aug 2024 15:46:53 +0200 Subject: [PATCH] add notes directory to syncthing --- modules/syncthing/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/syncthing/default.nix b/modules/syncthing/default.nix index 982b55e..8b3fb7b 100644 --- a/modules/syncthing/default.nix +++ b/modules/syncthing/default.nix @@ -36,6 +36,10 @@ in { path = "${homeDir}/Projects"; devices = builtins.attrNames otherDevices; }; + "Notes" = { + path = "${homeDir}/Notes"; + devices = builtins.attrNames otherDevices; + }; }; }; };