summary refs log tree commit diff
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-22 11:11:05 +0100
committerGitHub <noreply@github.com>2021-01-22 11:11:05 +0100
commit332a53728cd5c4059de54fa8cd6f7746ae221372 (patch)
treeeee507908fb8cbc231f3d0d21e4f1f206b93b600
parentfc0d3f8da876fb08ea6e357ae54fe932e6824db2 (diff)
downloadnixpkgs-332a53728cd5c4059de54fa8cd6f7746ae221372.tar
nixpkgs-332a53728cd5c4059de54fa8cd6f7746ae221372.tar.gz
nixpkgs-332a53728cd5c4059de54fa8cd6f7746ae221372.tar.bz2
nixpkgs-332a53728cd5c4059de54fa8cd6f7746ae221372.tar.lz
nixpkgs-332a53728cd5c4059de54fa8cd6f7746ae221372.tar.xz
nixpkgs-332a53728cd5c4059de54fa8cd6f7746ae221372.tar.zst
nixpkgs-332a53728cd5c4059de54fa8cd6f7746ae221372.zip
activemq: add type to configurationDir (#110450)
-rw-r--r--nixos/modules/services/amqp/activemq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/amqp/activemq/default.nix b/nixos/modules/services/amqp/activemq/default.nix
index 160dbddcd48..178b2f6e144 100644
--- a/nixos/modules/services/amqp/activemq/default.nix
+++ b/nixos/modules/services/amqp/activemq/default.nix
@@ -33,6 +33,7 @@ in {
       };
       configurationDir = mkOption {
         default = "${activemq}/conf";
+        type = types.str;
         description = ''
           The base directory for ActiveMQ's configuration.
           By default, this directory is searched for a file named activemq.xml,