diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-19 19:53:01 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-19 19:53:01 -0400 |
| commit | 5db76d2a725954a2f1e1bfb34d633aa78d1132b7 (patch) | |
| tree | 0e81b49c86e58bd03acc8e1828868b5097e5c0bb | |
| parent | 03b6ec0e6b87ab3ad87168464e3f1d73f2bd1f15 (diff) | |
syncthing: added iphone
| -rw-r--r-- | nixos/modules/homelab/cloud/syncthing.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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" ]; }; }; }; |
