add new syncthing folder to nixos peers
This commit is contained in:
parent
0ee9feb84e
commit
577bc93b8d
3 changed files with 13 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue