summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-22 10:04:01 -0500
committertriethyl <triethylammonium@pm.me>2026-01-22 10:04:01 -0500
commit2d0f027f621d613f4bf5fe77727bfd86f6f3647a (patch)
treeac2b47421cbe687adeb077f60c165a46e7442e3e
parenta14cfd52a519c031d90c1680a808bfebd61e26ba (diff)
homelab: added tablet to syncthing
-rw-r--r--nixos/modules/homelab/cloud/syncthing.nix8
1 files 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" ];
};
};
};