3
0
Fork 0
forked from mirrors/nixpkgs

Use the right prefix for fleet extra config.

This commit is contained in:
Kevin Cox 2015-12-17 13:24:52 -05:00 committed by Rok Garbas
parent 3c85ff442d
commit d038464e6e

View file

@ -90,7 +90,7 @@ in {
extraConfig = mkOption {
type = types.attrsOf types.str;
apply = mapAttrs' (n: v: nameValuePair ("ETCD_" + n) v);
apply = mapAttrs' (n: v: nameValuePair ("FLEET_" + n) v);
default = {};
example = literalExample ''
{