Skip to content

Commit

Permalink
etcd module: fix extraConf manual link
Browse files Browse the repository at this point in the history
  • Loading branch information
edef1c authored and Mic92 committed Apr 16, 2017
1 parent a7ebf59 commit b647a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/etcd.nix
Expand Up @@ -119,7 +119,7 @@ in {
extraConf = mkOption {
description = ''
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;
default = {};
Expand Down

0 comments on commit b647a67

Please sign in to comment.