about 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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/openfire.nix b/nixos/modules/services/networking/openfire.nix
index c74f3611f79e..fe0499d52323 100644
--- a/nixos/modules/services/networking/openfire.nix
+++ b/nixos/modules/services/networking/openfire.nix
@@ -12,6 +12,7 @@ with lib;
       enable = mkEnableOption "OpenFire XMPP server";
 
       usePostgreSQL = mkOption {
+        type = types.bool;
         default = true;
         description = "
           Whether you use PostgreSQL service for your storage back-end.