keys: Rename web-01 to web01

This commit is contained in:
Tom Hubrecht 2023-07-24 09:09:15 +02:00
parent 9b5f39d7f2
commit c97c9303fe
2 changed files with 1 additions and 1 deletions

View file

@ -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; } [