feat: move common disko functionality into lib

This commit is contained in:
oddlama 2023-04-30 13:41:09 +02:00
parent f62b01f206
commit 08290e5052
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 80 additions and 70 deletions

View file

@ -63,7 +63,7 @@ This is my personal nix config.
#### Initial deploy
- Create a iso disk image for the system by using `nix build --print-out-paths --no-link .#installer-image-<host>`
- Create a iso disk image for the system with `nix build --print-out-paths --no-link .#installer-image-<host>`
- dd the resulting image to a stick and boot from it on the target
- (Optional) ssh into the target (keys are already set up)
- Run `install-system` and reboot