summary refs log tree commit diff
path: root/nixos/modules/services/misc/zookeeper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/zookeeper.nix')
-rw-r--r--nixos/modules/services/misc/zookeeper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/zookeeper.nix b/nixos/modules/services/misc/zookeeper.nix
index 47675b8876c..827a050be11 100644
--- a/nixos/modules/services/misc/zookeeper.nix
+++ b/nixos/modules/services/misc/zookeeper.nix
@@ -27,7 +27,7 @@ in {
     enable = mkOption {
       description = "Whether to enable Zookeeper.";
       default = false;
-      type = types.uniq types.bool;
+      type = types.bool;
     };
 
     port = mkOption {