mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
restic homelab
This commit is contained in:
parent
c241e32cbf
commit
623897733d
2 changed files with 7 additions and 2 deletions
|
|
@ -29,8 +29,9 @@
|
|||
"--exclude-caches"
|
||||
];
|
||||
timerConfig = {
|
||||
OnCalendar = "daily";
|
||||
OnCalendar = "00:05";
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = "5h"
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [ ../../adguard.nix ];
|
||||
imports = [
|
||||
../../adguard.nix
|
||||
./restic.nix
|
||||
|
||||
];
|
||||
arrSuite.enable = true;
|
||||
services.samba.shares.Media.path = "/media/storage/media";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue