midori-config/README.md
2025-10-19 13:42:52 +02:00

12 lines
403 B
Markdown

Inspiration from https://gitlab.aliens-lyon.fr/AliENS/infrastructure
## Make a disk image
From another linux system, create the build script
`nix build .#nixosConfigurations.midori.config.system.build.diskoImagesScript`
Write your disk password to somewhere, like /tmp/secret.key,
then build the image calling the result:
`./result --build-memory 8192 --pre-format-files /tmp/secret.key secret.key`