From c21b1b8ddfcbf74ec64cc872b702d0591fc2929f Mon Sep 17 00:00:00 2001 From: schweby Date: Wed, 19 Jan 2022 21:35:03 +0100 Subject: [PATCH] services/syncthing: cleanup clients remove no longer needed clients due to "new" password sharing --- services/syncthing.nix | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/services/syncthing.nix b/services/syncthing.nix index d7d2be6..049af5c 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -8,18 +8,9 @@ dataDir = "/persist/data/syncthing/"; declarative = { devices = { - # schweby - txsbcct = { + schweby = { addresses = []; # empty = dynamic - id = "AQHOPTO-X3LWJXZ-2SPLSEW-MCVMX3R-VSLPPYE-NIOTDMW-QOYRSDZ-2LR7RAD"; - }; - octycs = { - addresses = []; # empty = dynamic - id = "KIJVGWZ-GRXPAUX-ZOTZDLS-KUKANCC-A2IBZRM-BT3RZK7-5M43O6R-OZD5IQE"; - }; - stuebinm-desktop = { - addresses = []; # empty = dynamic - id = "CWZTKG7-F45LE2O-TIT6IBC-RQD6MLH-K5ECUGJ-LOHJXF3-I2F4R6I-JVMRLAJ"; + id = "YF7DNNS-B63GERK-YFQ7G7Q-2DG7557-VIWFOTK-R3JOS63-T76POBQ-F6MO6AH"; }; raphael-laptop = { addresses = []; # empty = dynamic @@ -30,17 +21,12 @@ addresses = []; # empty = dynamic id = "HV7IU2N-Q4W3A7F-BSASR43-OB575SM-47FY2UW-7N5GMFM-PX3LWRN-HXBXMQF"; }; - # hexchen - storah = { - addresses = [ "tcp://46.4.62.95:22000" "quic://46.4.62.95:22000" ]; - id = "SGHQ2JA-7FJ6CKM-N3I54R4-UOJC5KO-7W22O62-YLTF26F-S7DLZG4-ZLP7HAM"; - }; }; folders = { "/persist/data/syncthing/hacc/" = { id = "qt2ly-xvvvs"; - devices = [ "txsbcct" "octycs" "stuebinm-desktop" "conway" "raphael-laptop" "storah" ]; + devices = [ "schweby" "conway" "raphael-laptop"]; type = "receiveonly"; versioning = { type = "simple";