remove ipad from syncthing host

This commit is contained in:
Yan Lin 2025-10-13 22:58:04 +02:00
parent 3b01a074c2
commit 7d97162ee1

View file

@ -26,9 +26,6 @@
"iphone" = { "iphone" = {
id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO"; id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO";
}; };
"ipad" = {
id = "XQJST6X-IRFHPG5-ULZJE2W-G4XSOIP-M5AMFUZ-IWSDCVT-CQ7FSMC-V4MPUQB";
};
"hs" = { "hs" = {
id = "GH5D3DJ-PAGKBL6-3VDZJRT-QG4ZMRD-GHCCA3Y-HM2H5CE-NAMJYRR-VHLOOQH"; id = "GH5D3DJ-PAGKBL6-3VDZJRT-QG4ZMRD-GHCCA3Y-HM2H5CE-NAMJYRR-VHLOOQH";
}; };
@ -41,7 +38,7 @@
folders = { folders = {
"Credentials" = { "Credentials" = {
path = "~/Credentials"; path = "~/Credentials";
devices = [ "mba" "imac" "iphone" "hs" "thinkpad" "ipad" ]; devices = [ "mba" "imac" "iphone" "hs" "thinkpad" ];
ignorePerms = true; ignorePerms = true;
versioning = { versioning = {
type = "staggered"; type = "staggered";
@ -65,7 +62,7 @@
}; };
"Obsidian" = { "Obsidian" = {
path = "~/Obsidian"; path = "~/Obsidian";
devices = [ "mba" "imac" "iphone" "hs" "thinkpad" "ipad" ]; devices = [ "mba" "imac" "iphone" "hs" "thinkpad" ];
ignorePerms = true; ignorePerms = true;
versioning = { versioning = {
type = "staggered"; type = "staggered";