move aicloud backup to hs

This commit is contained in:
Yan Lin 2025-12-01 23:19:38 +01:00
parent bb0e38c2f8
commit 07e7a68b58
2 changed files with 7 additions and 15 deletions

View file

@ -11,8 +11,13 @@
# hs-specific home configuration # hs-specific home configuration
syncthing-custom = { services.scheduled-commands.aicloud-backup = {
enabledFolders = [ "Credentials" "Documents" "Archive" "NSFW" ]; enable = true;
description = "Backup aicloud files";
interval = "*-*-* 12:00:00";
commands = [
"rsync -avP aicloud:~/ /mnt/storage/Backup/aicloud/ --exclude='/.*'"
];
}; };
# yt-dlp configuration - store videos on large storage # yt-dlp configuration - store videos on large storage

View file

@ -17,19 +17,6 @@
../../../modules/schedule.nix ../../../modules/schedule.nix
]; ];
syncthing-custom = {
enabledFolders = [ "Credentials" "Documents" "Archive" "NSFW" ];
};
services.scheduled-commands.aicloud-backup = {
enable = true;
description = "Backup aicloud files";
interval = "*-*-* 06:00:00";
commands = [
"rsync -avP aicloud.lan:~/ ~/Backup/aicloud/ --exclude='/.*'"
];
};
# Enable Ghostty terminal with OSC-52 clipboard support # Enable Ghostty terminal with OSC-52 clipboard support
programs.ghostty-custom = { programs.ghostty-custom = {
enable = true; enable = true;