activemq: add type to configurationDir (#110450)
This commit is contained in:
parent
fc0d3f8da8
commit
332a53728c
@ -33,6 +33,7 @@ in {
|
|||||||
};
|
};
|
||||||
configurationDir = mkOption {
|
configurationDir = mkOption {
|
||||||
default = "${activemq}/conf";
|
default = "${activemq}/conf";
|
||||||
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
The base directory for ActiveMQ's configuration.
|
The base directory for ActiveMQ's configuration.
|
||||||
By default, this directory is searched for a file named activemq.xml,
|
By default, this directory is searched for a file named activemq.xml,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user