backups: Switch to hetzner storage box

This commit is contained in:
Tristan Daniël Maat 2024-03-18 05:05:54 +01:00
parent f43f8742d9
commit c161eeb056
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 63 additions and 29 deletions
configuration

View file

@ -36,6 +36,16 @@
group = "backup";
mode = "0440";
};
"restic/storagebox-backups" = {
owner = "root";
group = "backup";
mode = "0440";
};
"restic/storagebox-ssh-key" = {
owner = "backup";
group = "backup";
mode = "0040";
};
# Steam
"steam/tlater" = {};