forked from DGNum/infrastructure
feat(infra): init rescue01
This commit is contained in:
parent
817c723135
commit
bdc5cbc197
6 changed files with 97 additions and 0 deletions
5
machines/rescue01/secrets/secrets.nix
Normal file
5
machines/rescue01/secrets/secrets.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
let
|
||||
lib = import ../../../lib { };
|
||||
publicKeys = lib.getNodeKeys "rescue01";
|
||||
in
|
||||
lib.setDefault { inherit publicKeys; } [ ]
|
Loading…
Add table
Add a link
Reference in a new issue