move aicloud backup to hs
This commit is contained in:
parent
bb0e38c2f8
commit
07e7a68b58
2 changed files with 7 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue