summary refs log tree commit diff
path: root/nixos/modules/services/scheduling/marathon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/scheduling/marathon.nix')
-rw-r--r--nixos/modules/services/scheduling/marathon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/scheduling/marathon.nix b/nixos/modules/services/scheduling/marathon.nix
index b9f4a808b0c..4e837c62dc1 100644
--- a/nixos/modules/services/scheduling/marathon.nix
+++ b/nixos/modules/services/scheduling/marathon.nix
@@ -12,7 +12,7 @@ in {
 
   options.services.marathon = {
     enable = mkOption {
-      type = types.uniq types.bool;
+      type = types.bool;
       default = false;
       description = ''
 	Whether to enable the marathon mesos framework.