add quickstart guide

This commit is contained in:
Jörg Thalheim 2023-02-03 13:22:39 +01:00
parent db2be366c4
commit 66b265be44
2 changed files with 1 additions and 9 deletions

View File

@ -18,15 +18,7 @@ system itself is declarative, but the actual formatting of disks is manual.
### NixOS installation
During the NixOS installation process, replace the [Partitioning and
formatting](https://nixos.org/manual/nixos/stable/index.html#sec-installation-partitioning)
steps with the following:
1. Find a disk layout in ./examples that you like.
2. Write the config based on the example and your disk layout.
4. Run the CLI (`nix run github:nix-community/disko`) to apply the changes.
5. FIXME: Copy the disko module and disk layout around.
6. Continue the NixOS installation.
For a NixOS installation follow this [quickstart guid](./docs/quickstart.md).
### Using without NixOS