Skip to content

Commit

Permalink
CAD-3257 bench: updates for latest cardano-ops master
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jul 29, 2021
1 parent 1b2d466 commit b9603c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions globals-bench.nix
Expand Up @@ -142,13 +142,10 @@ in (rec {
imports = [
pkgs.cardano-ops.roles.tx-generator
({ config, ...}: {
services.cardano-db-sync.enable = mkForce false;
# services.cardano-explorer-api.enable = mkForce false;
services.cardano-submit-api.enable = mkForce false;
systemd.services.cardano-explorer-api.enable = mkForce false;
})
];
services.cardano-graphql.enable = mkForce false;
services.cardano-postgres.enable = mkForce false;
services.cardano-rosetta-server.enable = mkForce false;
services.custom-metrics.enable = mkForce false;
Expand Down
6 changes: 3 additions & 3 deletions roles/explorer.nix
Expand Up @@ -13,9 +13,9 @@ let
inherit (cardanoDbSyncHaskellPackages.cardano-db-tool.components.exes) cardano-db-tool;
in {
imports = [
(sourcePaths.cardano-graphql + "/nix/nixos")
(sourcePaths.cardano-db-sync + "/nix/nixos")
(sourcePaths.cardano-rosetta + "/nix/nixos")
(sourcePaths.cardano-graphql + "/nix/nixos")
(sourcePaths.cardano-db-sync-9 + "/nix/nixos")
(sourcePaths.cardano-rosetta + "/nix/nixos")
cardano-ops.modules.base-service
cardano-ops.modules.cardano-postgres
];
Expand Down

0 comments on commit b9603c5

Please sign in to comment.