Merge pull request #24940 from edef1c/etcd-extraconfig-link
etcd module: fix extraConf manual link
This commit is contained in:
commit
787c40677f
@ -119,7 +119,7 @@ in {
|
|||||||
extraConf = mkOption {
|
extraConf = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Etcd extra configuration. See
|
Etcd extra configuration. See
|
||||||
<link xlink:href='https://github.com/coreos/etcd/blob/master/Documentation/configuration.md#environment-variables' />
|
<link xlink:href='https://github.com/coreos/etcd/blob/master/Documentation/op-guide/configuration.md#configuration-flags' />
|
||||||
'';
|
'';
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf types.str;
|
||||||
default = {};
|
default = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user