We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff171a commit 60751a2Copy full SHA for 60751a2
nix/nixos/cardano-submit-api-service.nix
@@ -37,6 +37,7 @@ in {
37
};
38
config = lib.mkOption {
39
type = lib.types.nullOr lib.types.attrs;
40
+ default = cardanoLib.defaultExplorerLogConfig;
41
42
network = lib.mkOption {
43
type = lib.types.nullOr lib.types.str;
0 commit comments