Skip to content

Commit dd4d166

Browse files
Lassulusmergify[bot]
authored andcommitted
document extraRootModules better
1 parent 50d4d13 commit dd4d166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

module.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ in
1313
extraRootModules = lib.mkOption {
1414
type = lib.types.listOf lib.types.str;
1515
description = ''
16-
extra modules to pass to the vmTools.runCommand invocation in the make-disk-image.nix builder
16+
extra kernel modules to pass to the vmTools.runCommand invocation in the make-disk-image.nix builder
1717
'';
1818
default = [ ];
19+
example = [ "bcachefs" ];
1920
};
2021
extraPostVM = lib.mkOption {
2122
type = lib.types.str;

0 commit comments

Comments
 (0)