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

@ -17,19 +17,6 @@
../../../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
programs.ghostty-custom = {
enable = true;