From 2a9dcb643603426cdd3c7993f0073cd28eea5be5 Mon Sep 17 00:00:00 2001 From: kenny Date: Tue, 30 Dec 2025 22:17:12 +0200 Subject: [PATCH] Added cloudhaus syncthing --- hosts/puter/syncthing.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/puter/syncthing.nix b/hosts/puter/syncthing.nix index 99a37c8..de041b5 100644 --- a/hosts/puter/syncthing.nix +++ b/hosts/puter/syncthing.nix @@ -26,12 +26,15 @@ "otherphone" = { id = "YXDV7TY-BOBM7ND-LGYNQMX-BSHWYCN-2PCUTNK-V367ZKH-QULTSYM-ZZNPPQD"; }; + "cloudhaus" = { + id = "7QAD3ZH-6HPZJAY-PMYV6EG-7C2D4XB-JMY7ORG-FSNHP33-JBY6HEI-WV6VHQX"; + }; }; folders = { "brain_zero" = { # Name of folder in Syncthing, also the folder ID path = "/home/user/brain_zero/"; # Which folder to add to Syncthing - devices = ["phone"]; # 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" = {