forked from DGNum/infrastructure
feat(bridge02): Initialize and add instructions to the README
This commit is contained in:
parent
0e8f752d79
commit
680682f520
11 changed files with 316 additions and 40 deletions
5
machines/bridge01/secrets/secrets.nix
Normal file
5
machines/bridge01/secrets/secrets.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
let
|
||||
lib = import ../../../lib { };
|
||||
in
|
||||
|
||||
lib.setDefault { publicKeys = lib.getNodeKeys "bridge01"; } [ ]
|
Loading…
Add table
Add a link
Reference in a new issue