Revert "restic: switched from bb b2 to hetzner s3 (in EU)"
This reverts commit fd98cfb6d0
.
This commit is contained in:
parent
60b2580777
commit
c769a8883e
2 changed files with 12 additions and 16 deletions
|
@ -1,13 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
let
|
||||
s3_bucketname = "rummepungen";
|
||||
s3_url = "fsn1.your-objectstorage.com/${s3_bucketname}";
|
||||
s3_path = "gerd_backup";
|
||||
in {
|
||||
{
|
||||
services.restic = {
|
||||
backups.main = {
|
||||
repository = "s3:${s3_url}/${s3_path}";
|
||||
repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";
|
||||
|
||||
passwordFile = config.age.secrets."restic-pass".path;
|
||||
environmentFile = config.age.secrets."restic-env".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue