summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-19 19:53:01 -0400
committertriethyl <triethylammonium@pm.me>2025-10-19 19:53:01 -0400
commit5db76d2a725954a2f1e1bfb34d633aa78d1132b7 (patch)
tree0e81b49c86e58bd03acc8e1828868b5097e5c0bb /nixos/modules/homelab
parent03b6ec0e6b87ab3ad87168464e3f1d73f2bd1f15 (diff)
syncthing: added iphone
Diffstat (limited to 'nixos/modules/homelab')
-rw-r--r--nixos/modules/homelab/cloud/syncthing.nix5
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" ];
};
};
};