Skip to content

Commit c61037a

Browse files
Russoulmgmeier
authored andcommitted
Use the correct config from iohkNix
1 parent 86c708d commit c61037a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ in {
3737
};
3838
config = lib.mkOption {
3939
type = lib.types.nullOr lib.types.attrs;
40-
default = cardanoLib.defaultExplorerLogConfig;
40+
default = cardanoLib.environments.${cfg.environment}.submitApiConfig;
4141
};
4242
network = lib.mkOption {
4343
type = lib.types.nullOr lib.types.str;

0 commit comments

Comments
 (0)