Skip to content

Commit

Permalink
Switch to 'preview' network for ctl-runtime vm
Browse files Browse the repository at this point in the history
  • Loading branch information
errfrom committed Aug 9, 2024
1 parent 09b3359 commit 5a745da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nix/test-nixos-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
hostAddr = "0.0.0.0";
socketPath = "/var/run/cardano-node/node.socket";
systemdSocketActivation = false;
nodeConfigFile = "${cardano-configurations}/network/sanchonet/cardano-node/config.json";
topology = "${cardano-configurations}/network/sanchonet/cardano-node/topology.json";
nodeConfigFile = "${cardano-configurations}/network/preview/cardano-node/config.json";
topology = "${cardano-configurations}/network/preview/cardano-node/topology.json";
};

services.ogmios = {
Expand All @@ -46,7 +46,7 @@
user = "cardano-node";
group = "cardano-node";
nodeSocketPath = "/var/run/cardano-node/node.socket";
nodeConfigPath = "${cardano-configurations}/network/sanchonet/cardano-node/config.json";
nodeConfigPath = "${cardano-configurations}/network/preview/cardano-node/config.json";
};

services.kupo = {
Expand All @@ -56,6 +56,6 @@
group = "cardano-node";
host = "0.0.0.0";
nodeSocketPath = "/var/run/cardano-node/node.socket";
nodeConfigPath = "${cardano-configurations}/network/sanchonet/cardano-node/config.json";
nodeConfigPath = "${cardano-configurations}/network/preview/cardano-node/config.json";
};
}

0 comments on commit 5a745da

Please sign in to comment.