setup restic backups for genepi
This commit is contained in:
BIN
secrets/restic-genepi-storagebox-key.age
Normal file
BIN
secrets/restic-genepi-storagebox-key.age
Normal file
Binary file not shown.
BIN
secrets/restic-genepi-storagebox-password.age
Normal file
BIN
secrets/restic-genepi-storagebox-password.age
Normal file
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user