Skip to content

Commit

Permalink
Fix faucet topology
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Sep 13, 2021
1 parent f7edd68 commit 3ad96cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/faucet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ in {
allProducers = if (globals.topology.relayNodes != [])
then [ globals.relaysNew ]
else (map (n: n.name) globals.topology.coreNodes);
topology = lib.mkForce null;
totalMaxHeapSizeMbytes = 0.6 * config.node.memory * 1024;
};

Expand Down

0 comments on commit 3ad96cb

Please sign in to comment.