feat(syncthing): add new devices and folder configurations
Added devices "m4" and "x1" along with updating folder configurations to include "x1" in the devices list. Included commented-out Syncthing settings for future use in the x1 default configuration.
This commit is contained in:
parent
56f9f1c0ae
commit
f945bc0253
2 changed files with 28 additions and 0 deletions
|
@ -86,6 +86,12 @@
|
|||
"S25" = {
|
||||
id = "7Q7XQXG-VF7QM6Y-HJST4V2-RWOPB3M-GHXQDLL-SRRN3IL-3PHKNOZ-D2IFIQV";
|
||||
};
|
||||
"m4" = {
|
||||
id = "WLIPM6R-RHVUP3S-7DVQJTD-M7NAMCH-ZFEAFI4-HOVXOBN-Q7RTQNG-FMU36QC";
|
||||
};
|
||||
"x1" = {
|
||||
id = "ZXRDFYU-W22PYCZ-7QJJCVN-GGHP3TS-KSY56B4-75OLQRN-UR2A4ZU-7BQBQQZ";
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"qibxq-03l4j" = {
|
||||
|
@ -93,6 +99,7 @@
|
|||
devices = [
|
||||
"sgx"
|
||||
"S25"
|
||||
"x1"
|
||||
];
|
||||
};
|
||||
"sm-s931b_hjcb-Bilder" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue