add aicloud backup timer

This commit is contained in:
Yan Lin 2025-11-16 10:05:13 +01:00
parent 32adb943dc
commit d33c120ee9

View file

@ -14,8 +14,18 @@
../../../modules/ghostty.nix
../../../modules/papis.nix
../../../modules/libreoffice.nix
../../../modules/schedule.nix
];
services.scheduled-commands.aicloud-backup = {
enable = true;
description = "Backup aicloud files";
interval = "*-*-* 06:00:00";
commands = [
"rsync -avP aicloud.lan:~/ ~/Backup/aicloud/ --exclude='/.*'"
];
};
programs.yt-dlp-custom = {
enable = true;
downloadDir = "~/Downloads/web-video";