From 92b923b378d34efea3bbcc9470bc50abc7be884d Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Tue, 30 May 2017 21:59:30 +0100 Subject: [PATCH] i2pd: correct docs about bandwidth setting --- nixos/modules/services/networking/i2pd.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/i2pd.nix b/nixos/modules/services/networking/i2pd.nix index 4e176353fc28..7622f030f832 100644 --- a/nixos/modules/services/networking/i2pd.nix +++ b/nixos/modules/services/networking/i2pd.nix @@ -212,7 +212,8 @@ in type = with types; nullOr int; default = null; description = '' - Set a router bandwidth limit integer in kbps or letters: L (32), O (256), P (2048), X (>9000) + Set a router bandwidth limit integer in KBps. + If not set, i2pd defaults to 32KBps. ''; };