Skip to content

Commit

Permalink
rename defaultConfig to defaultExtraConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
conscious-puppet committed Feb 22, 2024
1 parent 8e53179 commit b71cfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/clickhouse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in
description = "The clickhouse data directory";
};

defaultConfig = lib.mkOption {
defaultExtraConfig = lib.mkOption {
type = yamlFormat.type;
internal = true;
readOnly = true;
Expand Down Expand Up @@ -97,7 +97,7 @@ in
processes =
let
clickhouseConfig = yamlFormat.generate "clickhouse-config.yaml" (
lib.recursiveUpdate config.defaultConfig config.extraConfig
lib.recursiveUpdate config.defaultExtraConfig config.extraConfig
);
in
{
Expand Down

0 comments on commit b71cfc2

Please sign in to comment.