nixos: i2pd: enable ElGamal precomputation by default
This commit is contained in:
parent
af5de701b7
commit
fd872c9b71
@ -275,9 +275,14 @@ in
|
|||||||
|
|
||||||
precomputation.elgamal = mkOption {
|
precomputation.elgamal = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Use ElGamal precomputated tables.
|
Whenever to use precomputated tables for ElGamal.
|
||||||
|
<command>i2pd</command> defaults to <literal>false</literal>
|
||||||
|
to save 64M of memory (and looses some performance).
|
||||||
|
|
||||||
|
We default to <literal>true</literal> as that is what most
|
||||||
|
users want anyway.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user