Compare commits

...

2 commits

Author SHA1 Message Date
eyjhb
a7c48fee03
restic: updated restic keys for backblaze 2025-04-20 23:02:13 +02:00
eyjhb
c769a8883e
Revert "restic: switched from bb b2 to hetzner s3 (in EU)"
This reverts commit fd98cfb6d0.
2025-04-20 22:58:37 +02:00
2 changed files with 2 additions and 6 deletions

Binary file not shown.

View file

@ -1,13 +1,9 @@
{ config, lib, ... }: { config, lib, ... }:
let {
s3_bucketname = "rummepungen";
s3_url = "fsn1.your-objectstorage.com/${s3_bucketname}";
s3_path = "gerd_backup";
in {
services.restic = { services.restic = {
backups.main = { backups.main = {
repository = "s3:${s3_url}/${s3_path}"; repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";
passwordFile = config.age.secrets."restic-pass".path; passwordFile = config.age.secrets."restic-pass".path;
environmentFile = config.age.secrets."restic-env".path; environmentFile = config.age.secrets."restic-env".path;