0
0
Fork 0
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:
github-actions[bot] 2023-10-20 18:00:54 +00:00 committed by GitHub
commit cfc75eec46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
146 changed files with 1087 additions and 1481 deletions

View file

@ -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 {

View file

@ -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;

View file

@ -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 {

View file

@ -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;