From eb4e36de4f13d28d878caca55672c519481c64f4 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 15 Sep 2024 01:43:22 -0700 Subject: [PATCH] syncthing: include default folder sync --- modules/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index a979600..58f913e 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -36,6 +36,12 @@ in path = "/home/ravenshade/obsidian"; devices = [ "msiserver" "macbook" "s22" ]; }; + "sync" = { + id = "default"; + label = "sync"; + path = "/home/ravenshade/sync"; + devices = [ "macbook" ]; + }; }; gui = {