Skip to content

Commit

Permalink
add example to add empty disks to a VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Mar 24, 2024
1 parent 2101479 commit b7e8a0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/empty-disks.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
# This is useful to test installations and partitions.
# Those will show up as /dev/vdb and /dev/vdc.
virtualisation.emptyDiskImages = [ 4096 4096 ];
}

0 comments on commit b7e8a0c

Please sign in to comment.