syncthing: added windows device
This commit is contained in:
parent
47bb36853e
commit
96c423a772
|
@ -34,6 +34,9 @@ in
|
|||
"/nas/redmage/images/windows" = {
|
||||
label = "Redmage/Windows";
|
||||
id = "Redmage/Windows";
|
||||
devices = [
|
||||
"windows"
|
||||
];
|
||||
};
|
||||
"/nas/redmage/images/laptop-kerja" = {
|
||||
label = "Redmage/Laptop-Kerja";
|
||||
|
@ -52,6 +55,7 @@ in
|
|||
devices = [
|
||||
"s20fe"
|
||||
"onyx"
|
||||
"windows"
|
||||
];
|
||||
};
|
||||
"/nas/kavita/library/light-novels" = {
|
||||
|
@ -73,6 +77,11 @@ in
|
|||
id = "FZMFBD5-5PS566H-XJGV3FO-NQVSMX5-3VHPS7V-SUT27WA-MXHFBYT-BDSS6AW";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
windows = {
|
||||
name = "Windows";
|
||||
id = "FSTIYS6-REFXIJX-KPLYC4L-QSZO46L-RV3VTPZ-VWVTE7O-Y663OZN-RTKP3QI";
|
||||
autoAcceptFolders = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
overrideFolders = true;
|
||||
|
|
Loading…
Reference in a new issue