2023-06-05 07:42:08 +01:00
|
|
|
{lib, ...}: {
|
2023-06-27 07:36:32 +01:00
|
|
|
imports = [../devices];
|
2023-06-05 07:42:08 +01:00
|
|
|
services.syncthing.folders."Xochitl" = {
|
|
|
|
label = "Xochitl";
|
|
|
|
path = lib.mkDefault "/var/lib/syncthing/Xochitl/";
|
|
|
|
id = "dkcbx-kq7hl";
|
|
|
|
type = "receiveonly";
|
|
|
|
ignorePerms = true;
|
2023-06-27 07:36:32 +01:00
|
|
|
devices = lib.mkDefault ["legion" "remarkable"];
|
2023-06-05 07:42:08 +01:00
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
}
|