move the photo-move schedule to nfss

This commit is contained in:
Yan Lin 2026-02-14 07:39:02 +01:00
parent aa9bd8b27e
commit 6c915b5a09
3 changed files with 12 additions and 11 deletions

View file

@ -5,7 +5,6 @@
../home-default.nix
../../../modules/syncthing.nix
../../../modules/media/tool.nix
../../../modules/schedule.nix
];
syncthing-custom.folders = {
@ -15,13 +14,4 @@
Archive.maxAgeDays = 30;
};
services.scheduled-commands.dcim-consume = {
enable = true;
description = "Move files in dcim consume folder to DCIM";
interval = "*-*-* *:00/15:00";
commands = [
"photo-move -d /home/yanlin/Documents/consume/dcim /home/yanlin/DCIM"
];
};
}