setup restic backups for genepi
This commit is contained in:
parent
e4d192ce6c
commit
34a3c831e8
6 changed files with 53 additions and 3 deletions
|
|
@ -1,9 +1,17 @@
|
|||
let
|
||||
keys = import ../parts/keys.nix;
|
||||
in
|
||||
{
|
||||
"gandi.age".publicKeys = [
|
||||
|
||||
keysForGenepi = [
|
||||
keys.hosts.genepi
|
||||
keys.rpqt.haze
|
||||
];
|
||||
in
|
||||
{
|
||||
"gandi.age".publicKeys = keysForGenepi;
|
||||
|
||||
# Storagebox sub-account password
|
||||
"restic-genepi-storagebox-password.age".publicKeys = keysForGenepi;
|
||||
|
||||
# Restic repository key
|
||||
"restic-genepi-storagebox-key.age".publicKeys = keysForGenepi;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue