65 lines
2.1 KiB
Nix
65 lines
2.1 KiB
Nix
{...}: {
|
|
services.syncthing = {
|
|
enable = true;
|
|
systemService = true;
|
|
openDefaultPorts = true;
|
|
devices = {
|
|
"Ion".id = "7DD4NPH-6T2ET5A-4FCLFWW-CS6UR2W-IO5XQXC-DM5B2Q4-6X7DGU2-UKKVEAB";
|
|
"Legion".id = "6OX54CG-EAQMXKA-K7TXB5P-G5A27HB-52JE2FA-XNAYZU6-YMIDBXP-RKPBJQV";
|
|
"Monarch".id = "CJSUZQY-67XBLEZ-VKVHQHI-BLEUZNF-G4237AV-AW44CGH-F3JDKXU-CWT3RQZ";
|
|
"Nortstar".id = "W3QZTFS-BB42JYB-NQBZ5IM-H3WLAUQ-M57I2CP-FALWGEX-JI2ZZOC-QWAX2QQ";
|
|
"Ronin".id = "ZOL5YHK-ZZZULIE-UHGVKHW-H5E4BP7-S4CZBOX-OIZVUCV-RZUXOKA-QVBUBAJ";
|
|
"Vanguard".id = "I366QNQ-D3FTDRX-RNOTXMW-YITZXOF-DSCDMQD-63Q72LI-ME2Y4HZ-T34RMQK";
|
|
"Remarkable".id = "GHB6JKS-JOA3HHP-TYHB3IJ-GLV26QW-RWRZAMG-XYFGFB6-QLUHDSH-GNPZVAO";
|
|
};
|
|
folders = {
|
|
"Archive" = {
|
|
id = "hwnqy-xzcdx";
|
|
ignorePerms = true;
|
|
devices = ["Legion" "Monarch" "Vanguard"];
|
|
};
|
|
"Books" = {
|
|
id = "zjmxy-ycmbq";
|
|
ignorePerms = true;
|
|
devices = ["Legion" "Monarch" "Nortstar" "Remarkable" "Vanguard"];
|
|
};
|
|
"Comics" = {
|
|
id = "kc2h0-q3wot";
|
|
ignorePerms = true;
|
|
devices = ["Ion" "Legion" "Monarch" "Nortstar" "Vanguard"];
|
|
};
|
|
"Documents" = {
|
|
id = "qc6qa-bipsd";
|
|
ignorePerms = true;
|
|
devices = ["Legion" "Monarch" "Nortstar" "Vanguard"];
|
|
};
|
|
"Exports" = {
|
|
id = "tof2e-pdtde";
|
|
ignorePerms = true;
|
|
devices = ["Legion" "Monarch" "Vanguard"];
|
|
};
|
|
"Notes" = {
|
|
id = "4ggjz-5dyop";
|
|
ignorePerms = true;
|
|
devices = ["Ion" "Legion" "Monarch" "Nortstar" "Ronin" "Vanguard"];
|
|
};
|
|
"Pictures" = {
|
|
id = "ziuj8-rm6dn";
|
|
ignorePerms = true;
|
|
devices = ["Ion" "Legion" "Monarch" "Nortstar" "Vanguard"];
|
|
};
|
|
"Xochitl" = {
|
|
id = "dkcbx-kq7hl";
|
|
type = "receiveonly";
|
|
ignorePerms = true;
|
|
devices = ["Legion" "Remarkable"];
|
|
};
|
|
"Zotero" = {
|
|
id = "huyvn-liwc9";
|
|
ignorePerms = true;
|
|
devices = ["Ion" "Legion" "Monarch" "Nortstar" "Ronin" "Vanguard"];
|
|
};
|
|
};
|
|
};
|
|
}
|