Use the right prefix for fleet extra config.
This commit is contained in:
parent
3c85ff442d
commit
d038464e6e
@ -90,7 +90,7 @@ in {
|
|||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf types.str;
|
||||||
apply = mapAttrs' (n: v: nameValuePair ("ETCD_" + n) v);
|
apply = mapAttrs' (n: v: nameValuePair ("FLEET_" + n) v);
|
||||||
default = {};
|
default = {};
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user