virtualisation.qemu.options: specify type
This commit is contained in:
parent
c8f2dd2455
commit
3fca941aeb
@ -297,6 +297,7 @@ in
|
||||
virtualisation.qemu = {
|
||||
options =
|
||||
mkOption {
|
||||
type = types.listOf types.unspecified;
|
||||
default = [];
|
||||
example = [ "-vga std" ];
|
||||
description = "Options passed to QEMU.";
|
||||
|
Loading…
Reference in New Issue
Block a user