virtualisation.qemu.options: specify type

This commit is contained in:
Domen Kožar 2015-12-12 19:01:08 +01:00
parent c8f2dd2455
commit 3fca941aeb

View File

@ -297,6 +297,7 @@ in
virtualisation.qemu = {
options =
mkOption {
type = types.listOf types.unspecified;
default = [];
example = [ "-vga std" ];
description = "Options passed to QEMU.";