add restic tool to flake.nix

This commit is contained in:
2025-02-15 19:05:56 +01:00
parent f951fe5fd6
commit 2f60adeaf7

View File

@@ -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=?
'';
};
};