docs/disko-images: drop non-existing flag

fixes https://github.com/nix-community/disko/issues/664
This commit is contained in:
Jörg Thalheim 2024-06-05 09:59:18 +02:00 committed by mergify[bot]
parent a838e83e21
commit 7fc7009c89

View File

@ -70,10 +70,6 @@ In the this example we create a flake containing a nixos configuration for
specify the ammount of memory that gets allocated to the build vm (in mb)
This can be usefull if you want to build images with a more involed NixOS config
By default the vm will get 1024M/1GB
* --write-to-disk </dev/disk>
use an actuall disk instead of writing to a file
This only works if your conifg has only one disk specified
There is no check if the specified path is actually a disk so you can also write to another file
```
An example run may look like this: