sora: update restic
All checks were successful
flake check / check (push) Successful in 4m33s
fmt check / check (push) Successful in 49s
All checks were successful
flake check / check (push) Successful in 4m33s
fmt check / check (push) Successful in 49s
This commit is contained in:
parent
beea156a05
commit
3c182f558b
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
restic-sora = {
|
||||
sopsFile = ../../../secrets/restic/secrets.yaml;
|
||||
};
|
||||
sora-b2 = {
|
||||
sopsFile = ../../../secrets/b2/secrets.yaml;
|
||||
sora-s3 = {
|
||||
sopsFile = ../../../secrets/s3/secrets.yaml;
|
||||
};
|
||||
};
|
||||
environment.systemPackages = [pkgs.restic];
|
||||
|
@ -25,10 +25,10 @@
|
|||
"--keep-weekly=6"
|
||||
"--keep-monthly=5"
|
||||
];
|
||||
repository = "b2:sora-b2";
|
||||
repository = "s3:https://s3.flake.sh/restic-sora";
|
||||
initialize = true;
|
||||
passwordFile = config.sops.secrets.restic-sora.path;
|
||||
environmentFile = config.sops.secrets.sora-b2.path;
|
||||
environmentFile = config.sops.secrets.sora-s3.path;
|
||||
timerConfig = {
|
||||
OnCalendar = "daily";
|
||||
Persistent = true;
|
||||
|
|
Loading…
Reference in a new issue