From d038464e6e6ed526ead07944395053b71531628f Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Thu, 17 Dec 2015 13:24:52 -0500 Subject: [PATCH] Use the right prefix for fleet extra config. --- nixos/modules/services/cluster/fleet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/cluster/fleet.nix b/nixos/modules/services/cluster/fleet.nix index 04d95fbf186..041f4426911 100644 --- a/nixos/modules/services/cluster/fleet.nix +++ b/nixos/modules/services/cluster/fleet.nix @@ -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 '' {