Remove iPad from syncthing peer

This commit is contained in:
Yan Lin 2025-09-19 22:30:43 +02:00
parent 2055f7de70
commit d7f7224c4d

View file

@ -17,9 +17,6 @@
settings = { settings = {
# Define all devices # Define all devices
devices = { devices = {
"ipad" = {
id = "HPZUOHZ-VMKK246-RBIEHD6-SFTA5DD-2U5LFMX-LXQBGTI-N4C6Z5F-ZVIR6A4";
};
"mba" = { "mba" = {
id = "3PBRH37-VR635IP-VZPT3OK-LWMVQ3M-RILX347-3PKPXQK-74GQENC-CMY6OAG"; id = "3PBRH37-VR635IP-VZPT3OK-LWMVQ3M-RILX347-3PKPXQK-74GQENC-CMY6OAG";
}; };
@ -41,7 +38,7 @@
folders = { folders = {
"Credentials" = { "Credentials" = {
path = "~/Credentials"; path = "~/Credentials";
devices = [ "ipad" "mba" "iphone" "imac" "hs" "thinkpad" ]; devices = [ "mba" "iphone" "imac" "hs" "thinkpad" ];
ignorePerms = true; ignorePerms = true;
versioning = { versioning = {
type = "staggered"; type = "staggered";
@ -65,7 +62,7 @@
}; };
"Obsidian" = { "Obsidian" = {
path = "~/Obsidian"; path = "~/Obsidian";
devices = [ "ipad" "mba" "iphone" "imac" "hs" "thinkpad" ]; devices = [ "mba" "iphone" "imac" "hs" "thinkpad" ];
ignorePerms = true; ignorePerms = true;
versioning = { versioning = {
type = "staggered"; type = "staggered";