Skip to content

Commit

Permalink
document extraRootModules better
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored and mergify[bot] committed Jun 24, 2024
1 parent 50d4d13 commit dd4d166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ in
extraRootModules = lib.mkOption {
type = lib.types.listOf lib.types.str;
description = ''
extra modules to pass to the vmTools.runCommand invocation in the make-disk-image.nix builder
extra kernel modules to pass to the vmTools.runCommand invocation in the make-disk-image.nix builder
'';
default = [ ];
example = [ "bcachefs" ];
};
extraPostVM = lib.mkOption {
type = lib.types.str;
Expand Down

0 comments on commit dd4d166

Please sign in to comment.