-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Over here
Lines 26 to 30 in 4cdea76
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
Labels
questionFurther information is requestedFurther information is requested