0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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.";