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."Camera" = {
|
|
|
|
label = "Camera";
|
|
|
|
path = lib.mkDefault "/var/lib/syncthing/Camera/";
|
|
|
|
id = "fp4_4j7w-photos";
|
|
|
|
type = "receiveonly";
|
|
|
|
ignorePerms = true;
|
2023-06-27 07:36:32 +01:00
|
|
|
devices = lib.mkDefault [];
|
|
|
|
enable = false;
|
2023-06-05 07:42:08 +01:00
|
|
|
};
|
|
|
|
}
|