Skip to content

Commit

Permalink
Add class to explorer-iog
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi authored and cleverca22 committed May 12, 2021
1 parent 1b0cbf8 commit c2a02c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion clusters/cardano.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ let
else (map (n: n.name) coreNodes);

node = {
roles.isExplorer = true;
roles = {
isExplorer = true;
class = "explorer";
};
org = def.org or "IOHK";
nodeId = def.nodeId or 99;
};
Expand Down

0 comments on commit c2a02c3

Please sign in to comment.