From 7fc7009c892509b9bf81cb73c6575f3f9e6321f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 5 Jun 2024 09:59:18 +0200 Subject: [PATCH] docs/disko-images: drop non-existing flag fixes https://github.com/nix-community/disko/issues/664 --- docs/disko-images.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/disko-images.md b/docs/disko-images.md index 7e322e6..d03c050 100644 --- a/docs/disko-images.md +++ b/docs/disko-images.md @@ -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 - 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: