From 9fc992229c146a511d6c8e87ad11a7d98b84b0a5 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 29 Jun 2025 17:44:35 +0300 Subject: [PATCH] Added brain_zero sendonly share to bigbox --- hosts/puter/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/puter/syncthing.nix b/hosts/puter/syncthing.nix index dba6a64..58d8758 100644 --- a/hosts/puter/syncthing.nix +++ b/hosts/puter/syncthing.nix @@ -28,6 +28,12 @@ path = "/home/user/brain_zero/"; # Which folder to add to Syncthing devices = [ "phone" ]; # Which devices to share the folder with }; + "brain_zero_readonly" = { + # Name of folder in Syncthing, also the folder ID + path = "/home/user/brain_zero/"; # Which folder to add to Syncthing + type = "sendonly"; + devices = [ "bigboxuser" ]; # Which devices to share the folder with + }; "puter_home" = { path = "/home/user/"; type = "sendonly";