summary refs log tree commit diff
path: root/nixos/modules/services/networking/openfire.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/openfire.nix')
-rw-r--r--nixos/modules/services/networking/openfire.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixos/modules/services/networking/openfire.nix b/nixos/modules/services/networking/openfire.nix
index 4059eb3db83..c74f3611f79 100644
--- a/nixos/modules/services/networking/openfire.nix
+++ b/nixos/modules/services/networking/openfire.nix
@@ -9,12 +9,7 @@ with lib;
 
     services.openfire = {
 
-      enable = mkOption {
-        default = false;
-        description = "
-          Whether to enable OpenFire XMPP server.
-        ";
-      };
+      enable = mkEnableOption "OpenFire XMPP server";
 
       usePostgreSQL = mkOption {
         default = true;