Unverified Commit 70e46c58 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

doc/misc/docker-registry: fix extraConfig docs (#349495)

parents 013136ee 00e1112f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -96,7 +96,12 @@ in {

    extraConfig = lib.mkOption {
      description = ''
        Docker extra registry configuration via environment variables.
        Docker extra registry configuration.
      '';
      example = lib.literalExpression ''
        {
          log.level = "debug";
        }
      '';
      default = {};
      type = lib.types.attrs;