nixos/redis: remove outdated info in enable option

Thanks for the heads up @poperigby !
This commit is contained in:
Sandro Jäckel
2024-08-08 17:25:16 +02:00
committed by Bjørn Forsman
parent 5544b2785f
commit 3e8666bce9
+1 -8
View File
@@ -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;