mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/redis: remove outdated info in enable option
Thanks for the heads up @poperigby !
This commit is contained in:
parent
5544b2785f
commit
3e8666bce9
@ -64,14 +64,7 @@ in {
|
||||
servers = mkOption {
|
||||
type = with types; attrsOf (submodule ({ config, name, ... }: {
|
||||
options = {
|
||||
enable = mkEnableOption ''
|
||||
Redis server.
|
||||
|
||||
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)
|
||||
'';
|
||||
enable = mkEnableOption "Redis server";
|
||||
|
||||
user = mkOption {
|
||||
type = types.str;
|
||||
|
Loading…
Reference in New Issue
Block a user