create radicle node on genepi
This commit is contained in:
parent
9bc510fb52
commit
3f72ad6ac9
6 changed files with 67 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ let
|
|||
keys.hosts.genepi
|
||||
keys.rpqt.haze
|
||||
];
|
||||
|
||||
keysForCrocus = [
|
||||
keys.hosts.crocus
|
||||
keys.rpqt.haze
|
||||
];
|
||||
in
|
||||
{
|
||||
"gandi.age".publicKeys = keysForGenepi;
|
||||
|
|
@ -17,4 +22,6 @@ in
|
|||
|
||||
# Password of the default user
|
||||
"freshrss.age".publicKeys = keysForGenepi;
|
||||
|
||||
"radicle-private-key.age".publicKeys = keysForCrocus;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue