Skip to content

What does the cardano.node.configPath setting do? #125

@jaredponn

Description

@jaredponn

Over here

configPath = lib.mkOption {
description = "Path to cardano-node configuration.";
type = lib.types.path;
default = "/etc/cardano-node/config.json";
};

we define the cardano.node.configPath setting, but we see that it isn't used anywhere in the same module. I would expect there to be some code which ensures that the the Cardano node's config gets copied to this location. As it currently stands, it looks like if I change the cardano.node.configPath value, services which assume that the config file is actually at this option value won't find it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions