summaryrefslogtreecommitdiffstats
path: root/3modules/tv/consul.nix
diff options
context:
space:
mode:
Diffstat (limited to '3modules/tv/consul.nix')
-rw-r--r--3modules/tv/consul.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/3modules/tv/consul.nix b/3modules/tv/consul.nix
index dc9a180d..48019845 100644
--- a/3modules/tv/consul.nix
+++ b/3modules/tv/consul.nix
@@ -21,12 +21,8 @@ let
};
api = {
- # TODO inherit (lib) api.options.enable; oder so
- enable = mkOption {
- type = types.bool;
- default = false;
- description = "enable tv.consul";
- };
+ enable = mkEnableOption "tv.consul";
+
dc = mkOption {
type = types.unspecified;
};