From 744cf78f62ecc554a140489b717629096043fdfe Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 24 Oct 2025 12:00:44 +0200 Subject: [PATCH] remove mba and imac from peers --- modules/syncthing.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 2b4f3e8..8fde634 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -44,12 +44,6 @@ in settings = { # Define all devices devices = { - "mba" = { - id = "3PBRH37-VR635IP-VZPT3OK-LWMVQ3M-RILX347-3PKPXQK-74GQENC-CMY6OAG"; - }; - "imac" = { - id = "TSOBMCD-2OWBVXS-FUNARN3-DB6RQWT-EVLUV5E-KCRO7QT-S3E5I4R-BQEDGA5"; - }; "iphone" = { id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO"; }; @@ -65,19 +59,19 @@ in folders = { "Credentials" = { path = "~/Credentials"; - devices = [ "mba" "imac" "iphone" "hs" "thinkpad" ]; + devices = [ "iphone" "hs" "thinkpad" ]; ignorePerms = true; versioning = commonVersioning; }; "Documents" = { path = "~/Documents"; - devices = [ "mba" "imac" "hs" "thinkpad" ]; + devices = [ "hs" "thinkpad" ]; ignorePerms = true; versioning = commonVersioning; }; "Obsidian" = { path = "~/Obsidian"; - devices = [ "mba" "imac" "iphone" "hs" "thinkpad" ]; + devices = [ "iphone" "hs" "thinkpad" ]; ignorePerms = true; versioning = commonVersioning; };