From a6d4c40beb80ab7a732f5c05323a387f2612af5e Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Tue, 14 Oct 2025 15:31:53 -0700 Subject: [PATCH] [notes, syncthing] Adds proxima to syncing. --- home-manager/features/notes.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home-manager/features/notes.nix b/home-manager/features/notes.nix index d6e6854..19f7dae 100644 --- a/home-manager/features/notes.nix +++ b/home-manager/features/notes.nix @@ -25,6 +25,7 @@ "altair" "mcp" "vega" + "proxima" ]; }; }; @@ -56,6 +57,14 @@ ]; compression = "always"; }; + proxima = { + id = "7FE67SC-2KQQWQD-OY5Q44O-WPIVQYG-WMWDBEH-SRABY4C-WD3L4AO-GDAYVAX"; + name = "Pixel 6a"; + addresses = [ + "relay://syncthing.blazestar.net:22067" + ]; + compression = "always"; + }; }; options = { localAnnounceEnabled = false;