From 2f7ab1807b2a89c772d12c4d6c9ace575468c520 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Mon, 9 Jun 2025 03:12:35 -0400 Subject: [PATCH] 425 current 2025-06-09 03:12:02 25.05.20250424.f771eb4 6.12.24 * --- system/services/syncthing/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/services/syncthing/default.nix b/system/services/syncthing/default.nix index 51b9e7b..1d11eb1 100644 --- a/system/services/syncthing/default.nix +++ b/system/services/syncthing/default.nix @@ -22,6 +22,12 @@ "dynamic" ]; }; + SM-G398FN = { + id = "AKNMO2T-YYTTUL2-463A4VU-37ZULQO-E4EKIYG-VGKV4RI-S4PVP3J-CMAQ6Q7"; + addresses = [ + "dynamic" + ]; + }; }; folders = { notes = { @@ -30,7 +36,7 @@ path = "/home/synchronous/journal"; type = "sendreceive"; - devices = ["cluster"]; + devices = ["cluster" "SM-G398FN"]; }; }; };