From 273314eff6bdf130a9ccf639a1cffdc6ff9eaaa2 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 11 Jan 2026 13:34:55 +0200 Subject: [PATCH] Corrected syncthing config on puter --- hosts/puter/syncthing.nix | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/hosts/puter/syncthing.nix b/hosts/puter/syncthing.nix index 0a95fe1..12a2fab 100644 --- a/hosts/puter/syncthing.nix +++ b/hosts/puter/syncthing.nix @@ -18,16 +18,13 @@ settings = { devices = { "phone" = { - id = "N3RII7R-4YOKJ46-HY6NSTD-TPE7SW4-N66CWVQ-J2JVW7E-NARRMBF-JG27YQ7"; + id = "XZUDBP7-BF6GYMX-WWWLMLG-WUXSSXL-Y7CX7NO-56HEIIO-RZGBXJ5-4YWW2AF"; }; "bigbox" = { id = "RFFXZJI-HJTEDCU-M7MU3SW-M7DJK4U-MESRKYA-OGHYOSG-KNZO7JB-6LQ5VAE"; }; - "otherphone" = { - id = "YXDV7TY-BOBM7ND-LGYNQMX-BSHWYCN-2PCUTNK-V367ZKH-QULTSYM-ZZNPPQD"; - }; "cloudhaus" = { - id = "7QAD3ZH-6HPZJAY-PMYV6EG-7C2D4XB-JMY7ORG-FSNHP33-JBY6HEI-WV6VHQX"; + id = "B3WJKAE-KJFKO7G-CKOOLCO-EDC2AFV-EP5DB52-HWPLOMQ-6M5VJON-JBQEXAJ"; }; }; folders = { @@ -43,12 +40,12 @@ type = "sendonly"; devices = ["bigbox"]; # Which devices to share the folder with }; - "puter_home" = { - path = "/home/user/"; - type = "sendonly"; - devices = ["bigbox"]; - ignores = [".*" "!.ssh/"]; - }; + #"puter_home" = { + # path = "/home/user/"; + # type = "sendonly"; + # devices = ["bigbox"]; + # ignores = [".*" "!.ssh/"]; + #}; }; }; };