From 2d0f027f621d613f4bf5fe77727bfd86f6f3647a Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 22 Jan 2026 10:04:01 -0500 Subject: homelab: added tablet to syncthing --- nixos/modules/homelab/cloud/syncthing.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/modules/homelab/cloud/syncthing.nix b/nixos/modules/homelab/cloud/syncthing.nix index 4882cbe..7a1d3de 100644 --- a/nixos/modules/homelab/cloud/syncthing.nix +++ b/nixos/modules/homelab/cloud/syncthing.nix @@ -27,14 +27,14 @@ in { "iphone-mobile" = { id = "OOOREXG-WLZUDL4-FPK44E5-CDAVS7Z-GK2LMW6-E643GPK-3FIQVFW-FIU5XQG"; }; - # "samsung-tablet" = { - # id = "ZKL25GJ-TKM2E6Y-VQSBAW5-TVG7RWM-RRAUEVA-ZOJZNCM-F3ARZUU-TPK7CA6"; - # }; + "samsung-tablet" = { + id = "ZKL25GJ-TKM2E6Y-VQSBAW5-TVG7RWM-RRAUEVA-ZOJZNCM-F3ARZUU-TPK7CA6"; + }; }; folders = { "Main" = { path = "/home/${cfg.user}/Sync"; - devices = [ "thinkpad-laptop" "nzxt-desktop" "iphone-mobile" ]; + devices = [ "thinkpad-laptop" "nzxt-desktop" "iphone-mobile" "samsung-tablet" ]; }; }; }; -- cgit v1.2.3