From 1db89184347b6193cc8fde0ae84e1aa61b831192 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 14 Aug 2025 07:47:51 +0200 Subject: [PATCH] up --- modules/services/syncthing.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index e484640..b134933 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -34,9 +34,13 @@ in { "chidi" = {id = "N7W6SUT-QO6J4BE-T3Y65SM-OFGYGNV-TGYBJPX-JVN4Z72-AENZ247-KWXOQA6";}; }; folders = { - "Projects" = { - path = "${platformConfig.homeDir}/Projects"; - devices = ["tahani" "jason" "chidi"]; + "Projects-Personal" = { + path = "${platformConfig.homeDir}/Projects/Personal"; + devices = ["tahani" "jason"]; + }; + "Projects-Work" = { + path = "${platformConfig.homeDir}/Projects/Work"; + devices = ["tahani" "chidi"]; }; }; options.globalAnnounceEnabled = false;