feat(infra): init rescue01

This commit is contained in:
Julien Malka 2024-02-21 01:44:48 +01:00 committed by thubrecht
parent 817c723135
commit bdc5cbc197
6 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,5 @@
let
lib = import ../../../lib { };
publicKeys = lib.getNodeKeys "rescue01";
in
lib.setDefault { inherit publicKeys; } [ ]