From f0e39cef873c1d9a2865c3c5b168ad3dc2c56160 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 4 Jul 2024 14:08:13 +0700 Subject: [PATCH] syncthing: added more folders --- system/services/syncthing.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index 6029196..5d990d4 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -78,6 +78,22 @@ in id = "WireGuard"; devices = lib.attrsets.mapAttrsToList (key: _value: key) config.services.syncthing.settings.devices; }; + "/nas/photos/mama" = { + label = "Camera Mama"; + id = "sm-s906e_8dch-photos"; + devices = [ "samsung-s22-mama" ]; + }; + "/nas/photos/tigor" = { + label = "Camera Tigor"; + id = "sm-g780f_yjwa-photos"; + devices = [ "s20fe" ]; + }; + # TODO: Move this folder path to NAS based later. + "~/Onyx-Notes" = { + label = "Onyx Notes"; + id = "Onyx-Notes"; + devices = [ "onyx" ]; + }; }; devices = { s20fe = {