treewide: add types to boolean / enable options or make use of mkEnableOption
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user