summaryrefslogtreecommitdiff
path: root/nixos/modules/homelab/cloud/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/homelab/cloud/syncthing.nix')
-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" ];
};
};
};