Use the right prefix for fleet extra config.
This commit is contained in:
parent
3c85ff442d
commit
d038464e6e
@ -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 ''
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user