nixos/tests/os-prober.nix: fix typo
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
This commit is contained in:
parent
9a69fab1e3
commit
d1ac443cca
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
# options to add the disk to the test vim
|
||||
# options to add the disk to the test vm
|
||||
QEMU_OPTS = "-drive index=2,file=${debianImage}/disk-image.qcow2,read-only,if=virtio";
|
||||
|
||||
# a part of the configuration of the test vm
|
||||
|
|
Loading…
Reference in a new issue