bitcoind, clightning, lnd: improve descriptions

bitcoind: The previous description of 'prune' didn't match the int-only
values supported by our option.
This commit is contained in:
Erik Arvstedt 2021-02-01 22:53:04 +01:00
parent 7533f12ef1
commit c246bbb36e
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 12 additions and 16 deletions

View file

@ -89,7 +89,7 @@ in {
tor-socks = mkOption {
type = types.nullOr types.str;
default = if cfg.enforceTor then config.services.tor.client.socksListenAddress else null;
description = "Set a socks proxy to use to connect to Tor nodes";
description = "Socks proxy for connecting to Tor nodes";
};
macaroons = mkOption {
default = {};