Add imac to syncthing host

This commit is contained in:
Yan Lin 2025-10-13 17:34:02 +02:00
parent 6567787880
commit 3b01a074c2

View file

@ -20,6 +20,9 @@
"mba" = { "mba" = {
id = "3PBRH37-VR635IP-VZPT3OK-LWMVQ3M-RILX347-3PKPXQK-74GQENC-CMY6OAG"; id = "3PBRH37-VR635IP-VZPT3OK-LWMVQ3M-RILX347-3PKPXQK-74GQENC-CMY6OAG";
}; };
"imac" = {
id = "TSOBMCD-2OWBVXS-FUNARN3-DB6RQWT-EVLUV5E-KCRO7QT-S3E5I4R-BQEDGA5";
};
"iphone" = { "iphone" = {
id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO"; id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO";
}; };
@ -38,7 +41,7 @@
folders = { folders = {
"Credentials" = { "Credentials" = {
path = "~/Credentials"; path = "~/Credentials";
devices = [ "mba" "iphone" "hs" "thinkpad" "ipad" ]; devices = [ "mba" "imac" "iphone" "hs" "thinkpad" "ipad" ];
ignorePerms = true; ignorePerms = true;
versioning = { versioning = {
type = "staggered"; type = "staggered";
@ -50,7 +53,7 @@
}; };
"Documents" = { "Documents" = {
path = "~/Documents"; path = "~/Documents";
devices = [ "mba" "hs" "thinkpad" ]; devices = [ "mba" "imac" "hs" "thinkpad" ];
ignorePerms = true; ignorePerms = true;
versioning = { versioning = {
type = "staggered"; type = "staggered";
@ -62,7 +65,7 @@
}; };
"Obsidian" = { "Obsidian" = {
path = "~/Obsidian"; path = "~/Obsidian";
devices = [ "mba" "iphone" "hs" "thinkpad" "ipad" ]; devices = [ "mba" "imac" "iphone" "hs" "thinkpad" "ipad" ];
ignorePerms = true; ignorePerms = true;
versioning = { versioning = {
type = "staggered"; type = "staggered";