From d8706fecb8732bdcfe23312f54fba63555147d50 Mon Sep 17 00:00:00 2001 From: kenny Date: Tue, 30 Dec 2025 22:19:29 +0200 Subject: [PATCH] Corrected cloudhaus syncthing brain_zero device invocation --- hosts/puter/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/puter/syncthing.nix b/hosts/puter/syncthing.nix index de041b5..0a95fe1 100644 --- a/hosts/puter/syncthing.nix +++ b/hosts/puter/syncthing.nix @@ -34,7 +34,7 @@ "brain_zero" = { # Name of folder in Syncthing, also the folder ID path = "/home/user/brain_zero/"; # Which folder to add to Syncthing - devices = ["phone","cloudhaus"]; # Which devices to share the folder with + devices = ["phone" "cloudhaus"]; # Which devices to share the folder with ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"]; }; "brain_zero_readonly" = {