create radicle node on genepi

This commit is contained in:
2025-02-04 22:30:11 +01:00
parent 9bc510fb52
commit 3f72ad6ac9
6 changed files with 67 additions and 0 deletions

View File

@@ -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;
}