forked from DGNum/infrastructure
keys: Rename web-01 to web01
This commit is contained in:
parent
9b5f39d7f2
commit
c97c9303fe
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
let
|
||||
lib = import ../../../lib { inherit (import <nixpkgs> { }) lib; };
|
||||
publicKeys = lib.getNodeKeys "web-01";
|
||||
publicKeys = lib.getNodeKeys "web01";
|
||||
in
|
||||
|
||||
lib.setDefault { inherit publicKeys; } [
|
||||
|
|
Loading…
Reference in a new issue