mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge master into staging-next
This commit is contained in:
commit
cfc75eec46
146 changed files with 1087 additions and 1481 deletions
|
@ -122,7 +122,7 @@ in
|
|||
options.services.cassandra = {
|
||||
|
||||
enable = mkEnableOption (lib.mdDoc ''
|
||||
Apache Cassandra – Scalable and highly available database.
|
||||
Apache Cassandra – Scalable and highly available database
|
||||
'');
|
||||
|
||||
clusterName = mkOption {
|
||||
|
|
|
@ -11,7 +11,7 @@ in
|
|||
|
||||
options = {
|
||||
services.ferretdb = {
|
||||
enable = mkEnableOption "FerretDB, an Open Source MongoDB alternative.";
|
||||
enable = mkEnableOption "FerretDB, an Open Source MongoDB alternative";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
|
|
@ -75,7 +75,7 @@ in {
|
|||
Note that the NixOS module for Redis disables kernel support
|
||||
for Transparent Huge Pages (THP),
|
||||
because this features causes major performance problems for Redis,
|
||||
e.g. (https://redis.io/topics/latency).
|
||||
e.g. (https://redis.io/topics/latency)
|
||||
'');
|
||||
|
||||
user = mkOption {
|
||||
|
|
|
@ -8,7 +8,7 @@ in {
|
|||
|
||||
options = {
|
||||
services.surrealdb = {
|
||||
enable = mkEnableOption (lib.mdDoc "A scalable, distributed, collaborative, document-graph database, for the realtime web ");
|
||||
enable = mkEnableOption (lib.mdDoc "SurrealDB, a scalable, distributed, collaborative, document-graph database, for the realtime web");
|
||||
|
||||
package = mkOption {
|
||||
default = pkgs.surrealdb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue