Skip to content

Commit b7e8a0c

Browse files
Mic92mergify[bot]
authored andcommitted
add example to add empty disks to a VM
1 parent 2101479 commit b7e8a0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/empty-disks.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
# This is useful to test installations and partitions.
3+
# Those will show up as /dev/vdb and /dev/vdc.
4+
virtualisation.emptyDiskImages = [ 4096 4096 ];
5+
}

0 commit comments

Comments
 (0)