summary refs log tree commit diff
path: root/nixos/modules/services/misc/mesos-master.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-15 18:10:26 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-15 18:10:26 +0200
commitc738b309eea83669bbd590f7293db5d725233193 (patch)
treeda534781a95fa089b57bf53514bea1998be114e8 /nixos/modules/services/misc/mesos-master.nix
parent9366af1b94ed42b5e92a776b1ddc4ecd46e69ad1 (diff)
downloadnixpkgs-c738b309eea83669bbd590f7293db5d725233193.tar
nixpkgs-c738b309eea83669bbd590f7293db5d725233193.tar.gz
nixpkgs-c738b309eea83669bbd590f7293db5d725233193.tar.bz2
nixpkgs-c738b309eea83669bbd590f7293db5d725233193.tar.lz
nixpkgs-c738b309eea83669bbd590f7293db5d725233193.tar.xz
nixpkgs-c738b309eea83669bbd590f7293db5d725233193.tar.zst
nixpkgs-c738b309eea83669bbd590f7293db5d725233193.zip
types.uniq types.bool -> types.bool
Diffstat (limited to 'nixos/modules/services/misc/mesos-master.nix')
-rw-r--r--nixos/modules/services/misc/mesos-master.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/mesos-master.nix b/nixos/modules/services/misc/mesos-master.nix
index 52f08c53b1d..6cbe94029d2 100644
--- a/nixos/modules/services/misc/mesos-master.nix
+++ b/nixos/modules/services/misc/mesos-master.nix
@@ -13,7 +13,7 @@ in {
       enable = mkOption {
         description = "Whether to enable the Mesos Master.";
         default = false;
-        type = types.uniq types.bool;
+        type = types.bool;
       };
 
       port = mkOption {