document extraRootModules better
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user