Skip to content

Commit

Permalink
imp: sunset explorer with banner
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Jan 29, 2024
1 parent f3a0856 commit b010f5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
explorer-cardano-node.url = "github:input-output-hk/cardano-node/8.1.1";

explorer-cardano-explorer-app = {
url = "github:input-output-hk/cardano-explorer-app";
url = "github:cardano-foundation/cardano-explorer-app/sunset";
flake = false;
};

Expand Down
11 changes: 6 additions & 5 deletions nix/metal/explorer/explorer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ in {
};

services.cardano-rosetta-server = {
enable = true;
enable = false;
package = rosettaPkgs.cardano-rosetta-server;
topologyFilePath = cardanoLibExplorer.mkEdgeTopology {
edgeNodes = map (p: p.addr) nodeCfg.producers;
Expand Down Expand Up @@ -259,10 +259,11 @@ in {
SupplementaryGroups = "cardano-node";
};

systemd.services.cardano-rosetta-server.serviceConfig = {
DynamicUser = true;
SupplementaryGroups = "cardano-node";
};
# Disable these extra systemd declarations as rosetta is set false for sunset
# systemd.services.cardano-rosetta-server.serviceConfig = {
# DynamicUser = true;
# SupplementaryGroups = "cardano-node";
# };

systemd.services.cardano-graphql = {
environment = {
Expand Down

0 comments on commit b010f5f

Please sign in to comment.