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