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
|
let
|
||||||
lib = import ../../../lib { inherit (import <nixpkgs> { }) lib; };
|
lib = import ../../../lib { inherit (import <nixpkgs> { }) lib; };
|
||||||
publicKeys = lib.getNodeKeys "web-01";
|
publicKeys = lib.getNodeKeys "web01";
|
||||||
in
|
in
|
||||||
|
|
||||||
lib.setDefault { inherit publicKeys; } [
|
lib.setDefault { inherit publicKeys; } [
|
||||||
|
|
Loading…
Reference in a new issue