From 5db76d2a725954a2f1e1bfb34d633aa78d1132b7 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 19 Oct 2025 19:53:01 -0400 Subject: syncthing: added iphone --- nixos/modules/homelab/cloud/syncthing.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/modules/homelab/cloud/syncthing.nix') diff --git a/nixos/modules/homelab/cloud/syncthing.nix b/nixos/modules/homelab/cloud/syncthing.nix index bd8852c..4882cbe 100644 --- a/nixos/modules/homelab/cloud/syncthing.nix +++ b/nixos/modules/homelab/cloud/syncthing.nix @@ -24,6 +24,9 @@ in { "nzxt-desktop" = { id = "2TPKPXD-LO7OL7V-GP5HOUM-2P5SUEQ-XST4UYJ-S2Z56PP-IM66IIT-GLUNLAX"; }; + "iphone-mobile" = { + id = "OOOREXG-WLZUDL4-FPK44E5-CDAVS7Z-GK2LMW6-E643GPK-3FIQVFW-FIU5XQG"; + }; # "samsung-tablet" = { # id = "ZKL25GJ-TKM2E6Y-VQSBAW5-TVG7RWM-RRAUEVA-ZOJZNCM-F3ARZUU-TPK7CA6"; # }; @@ -31,7 +34,7 @@ in { folders = { "Main" = { path = "/home/${cfg.user}/Sync"; - devices = [ "thinkpad-laptop" "nzxt-desktop" ]; + devices = [ "thinkpad-laptop" "nzxt-desktop" "iphone-mobile" ]; }; }; }; -- cgit v1.2.3