Skip to content

Commit

Permalink
doc/misc/docker-registry: fix extraConfig docs (#349495)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 22, 2024
2 parents 013136e + 00e1112 commit 70e46c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nixos/modules/services/misc/docker-registry.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70e46c5

Please sign in to comment.