Remove imac from syncthing

This commit is contained in:
Yan Lin 2025-09-27 11:24:32 +02:00
parent faf876d130
commit 1ae5282df2
2 changed files with 4 additions and 7 deletions

View file

@ -23,9 +23,6 @@
"iphone" = {
id = "NMWI5MP-J4FC4A6-SDDXZPD-G66TJCO-2W7KGFD-RJWQ53U-I7GUVWP-WHF4QQO";
};
"imac" = {
id = "5FVPJMW-ZK2NSM7-H747PTY-XWOJPHC-MBJZWJW-WKAB5BE-KSMQAXQ-QQP6JAG";
};
"hs" = {
id = "GH5D3DJ-PAGKBL6-3VDZJRT-QG4ZMRD-GHCCA3Y-HM2H5CE-NAMJYRR-VHLOOQH";
};
@ -38,7 +35,7 @@
folders = {
"Credentials" = {
path = "~/Credentials";
devices = [ "mba" "iphone" "imac" "hs" "thinkpad" ];
devices = [ "mba" "iphone" "hs" "thinkpad" ];
ignorePerms = true;
versioning = {
type = "staggered";
@ -50,7 +47,7 @@
};
"Documents" = {
path = "~/Documents";
devices = [ "mba" "imac" "hs" "thinkpad" ];
devices = [ "mba" "hs" "thinkpad" ];
ignorePerms = true;
versioning = {
type = "staggered";
@ -62,7 +59,7 @@
};
"Obsidian" = {
path = "~/Obsidian";
devices = [ "mba" "iphone" "imac" "hs" "thinkpad" ];
devices = [ "mba" "iphone" "hs" "thinkpad" ];
ignorePerms = true;
versioning = {
type = "staggered";