add new syncthing folder to nixos peers

This commit is contained in:
Yan Lin 2025-11-27 21:38:51 +01:00
parent 0ee9feb84e
commit 577bc93b8d
3 changed files with 13 additions and 3 deletions

View file

@ -17,6 +17,10 @@
../../../modules/schedule.nix
];
syncthing-custom = {
enabledFolders = [ "Credentials" "Documents" "Obsidian" "Archive" "NSFW" ];
};
services.scheduled-commands.aicloud-backup = {
enable = true;
description = "Backup aicloud files";