restic homelab

This commit is contained in:
death916 2025-11-07 02:49:03 -08:00
parent c241e32cbf
commit 623897733d
2 changed files with 7 additions and 2 deletions

View file

@ -29,8 +29,9 @@
"--exclude-caches"
];
timerConfig = {
OnCalendar = "daily";
OnCalendar = "00:05";
Persistent = true;
RandomizedDelaySec = "5h"
};
};

View file

@ -6,7 +6,11 @@
...
}:
{
imports = [ ../../adguard.nix ];
imports = [
../../adguard.nix
./restic.nix
];
arrSuite.enable = true;
services.samba.shares.Media.path = "/media/storage/media";