make syncthing folder enable more explicit
This commit is contained in:
parent
a5b2464f3e
commit
57a556de0f
4 changed files with 16 additions and 9 deletions
|
|
@ -18,6 +18,13 @@
|
|||
../../modules/font/home.nix
|
||||
];
|
||||
|
||||
syncthing-custom.folders = {
|
||||
Credentials.enable = true;
|
||||
Documents.enable = true;
|
||||
Media.enable = true;
|
||||
Archive.enable = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.direnv = {
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
];
|
||||
|
||||
syncthing-custom.folders = {
|
||||
Credentials.maxAgeDays = 30;
|
||||
Documents.maxAgeDays = 30;
|
||||
Media.maxAgeDays = 7;
|
||||
Archive.maxAgeDays = 30;
|
||||
Credentials = { enable = true; maxAgeDays = 30; };
|
||||
Documents = { enable = true; maxAgeDays = 30; };
|
||||
Media = { enable = true; maxAgeDays = 7; };
|
||||
Archive = { enable = true; maxAgeDays = 30; };
|
||||
};
|
||||
|
||||
services.scheduled-commands.dcim-consume = {
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
];
|
||||
|
||||
syncthing-custom.folders = {
|
||||
Credentials.maxAgeDays = 30;
|
||||
Documents.maxAgeDays = 30;
|
||||
Media.maxAgeDays = 7;
|
||||
Archive.maxAgeDays = 30;
|
||||
Credentials = { enable = true; maxAgeDays = 30; };
|
||||
Documents = { enable = true; maxAgeDays = 30; };
|
||||
Media = { enable = true; maxAgeDays = 7; };
|
||||
Archive = { enable = true; maxAgeDays = 30; };
|
||||
};
|
||||
|
||||
services.scheduled-commands.aicloud-backup = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue