We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d4d13 commit dd4d166Copy full SHA for dd4d166
module.nix
@@ -13,9 +13,10 @@ in
13
extraRootModules = lib.mkOption {
14
type = lib.types.listOf lib.types.str;
15
description = ''
16
- 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
17
'';
18
default = [ ];
19
+ example = [ "bcachefs" ];
20
};
21
extraPostVM = lib.mkOption {
22
type = lib.types.str;
0 commit comments