Skip to content

Commit 7ff171a

Browse files
Russoulmgmeier
authored andcommitted
Don't change the default, rather change the config in cardano-node-edge itself
1 parent c61037a commit 7ff171a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nix/nixos/cardano-submit-api-service.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ in {
3737
};
3838
config = lib.mkOption {
3939
type = lib.types.nullOr lib.types.attrs;
40-
default = cardanoLib.environments.${cfg.environment}.submitApiConfig;
4140
};
4241
network = lib.mkOption {
4342
type = lib.types.nullOr lib.types.str;

nix/nixos/tests/cardano-node-edge.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ in {
4040
port = 8101;
4141
network = environment;
4242
socketPath = config.services.cardano-node.socketPath 0;
43+
config = pkgs.cardanoLib.environments.${environment}.submitApiConfig;
4344
};
4445

4546
cardano-tracer = {

0 commit comments

Comments
 (0)