make-disk-image: inherit kernel from nixosConfiguration
This commit is contained in:

committed by
mergify[bot]
![mergify[bot]](/assets/img/avatar_default.png)
parent
d5cf2e3d61
commit
bb75ad0b1d
@@ -10,6 +10,13 @@ let
|
||||
in
|
||||
{
|
||||
options.disko = {
|
||||
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
|
||||
'';
|
||||
default = [];
|
||||
};
|
||||
memSize = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
description = ''
|
||||
|
Reference in New Issue
Block a user