add deck to syncthing peer

This commit is contained in:
Yan Lin 2025-11-02 21:22:31 +01:00
parent 5038fe1289
commit 3196a43ad2

View file

@ -53,13 +53,16 @@ in
"thinkpad" = { "thinkpad" = {
id = "OMZKASU-QPZDCQ2-7QRHRD4-3TPAXLM-AYRMWXB-A6E5OIZ-MGR422V-JYARQA6"; id = "OMZKASU-QPZDCQ2-7QRHRD4-3TPAXLM-AYRMWXB-A6E5OIZ-MGR422V-JYARQA6";
}; };
"deck" = {
id = "4LYWEFD-25FGQ7W-DQ7UC2R-LTJCTYQ-3UHXJUC-DRY2RIF-UFGNCZQ-LLFVDAX";
};
}; };
# Define shared folders # Define shared folders
folders = { folders = {
"Credentials" = { "Credentials" = {
path = "~/Credentials"; path = "~/Credentials";
devices = [ "iphone" "hs" "thinkpad" ]; devices = [ "iphone" "hs" "thinkpad" "deck" ];
ignorePerms = true; ignorePerms = true;
versioning = commonVersioning; versioning = commonVersioning;
}; };
@ -71,7 +74,7 @@ in
}; };
"Obsidian" = { "Obsidian" = {
path = "~/Obsidian"; path = "~/Obsidian";
devices = [ "iphone" "hs" "thinkpad" ]; devices = [ "iphone" "hs" "thinkpad" "deck" ];
ignorePerms = true; ignorePerms = true;
versioning = commonVersioning; versioning = commonVersioning;
}; };