Skip to content

Commit

Permalink
Add description and defaultText for maxLayers option
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Nov 15, 2023
1 parent e2895ef commit d028be6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ let

maxLayers = lib.mkOption {
type = types.int;
description = "the maximum number of layers to create.";
defaultText = lib.literalExpression 1;
default = 1;
};
};
Expand Down

0 comments on commit d028be6

Please sign in to comment.