From 2f60adeaf77884599694fee9fe0d0832184d4820 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 15 Feb 2025 19:05:56 +0100 Subject: [PATCH] add restic tool to flake.nix --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6b6a6d0..5bebab6 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ ])) ansible fluxcd - velero + restic ]; shellHook = '' @@ -40,6 +40,11 @@ export TALOSCONFIG=$(pwd)/talos/generated/talosconfig export EDITOR=vim + + export RESTIC_REPOSITORY=s3:https://s3.eu-central-003.backblazeb2.com/lumpiasty-backups + # export AWS_ACCESS_KEY_ID=? + # export AWS_SECRET_ACCESS_KEY=? + # export RESTIC_PASSWORD=? ''; }; };