summaryrefslogtreecommitdiffstats
path: root/3modules/tv/ejabberd.nix
diff options
context:
space:
mode:
Diffstat (limited to '3modules/tv/ejabberd.nix')
-rw-r--r--3modules/tv/ejabberd.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/3modules/tv/ejabberd.nix b/3modules/tv/ejabberd.nix
index ffcc5cfb..e75c995a 100644
--- a/3modules/tv/ejabberd.nix
+++ b/3modules/tv/ejabberd.nix
@@ -11,10 +11,7 @@ let
};
api = {
- enable = mkOption {
- type = types.bool;
- default = false;
- };
+ enable = mkEnableOption "tv.ejabberd";
certFile = mkOption {
type = types.str;