feat: add restic backup to hetzner storage box

This commit is contained in:
oddlama 2024-01-15 01:42:04 +01:00
parent a464c99fb8
commit 25eb9e3766
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 23 additions and 78 deletions

View file

@ -223,7 +223,7 @@ in {
enable = true;
inherit (box) mainUser;
inherit (box.users.samba) subUid path;
sshPrivateKeyFile = config.age.secrets.restic-ssh-privkey.path;
sshPrivateKeyFile = config.age.secrets.restic-ssh-privkey.rekeyFile;
};
user = "root";