mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
README.md: add comments for rubusidaeus
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
d32e298022
commit
c5cfec0c98
|
@ -10,6 +10,14 @@ nixos-generate-config --show-hardware-config --root /mnt > /mnt/etc/nixos/machin
|
|||
nixos-install --flake path:.#host
|
||||
```
|
||||
|
||||
### Raspberry Pi image generation
|
||||
|
||||
Replace `{{REPO_PATH}}` with path to this repo (surprising, isn't it) and run on NixOS system (or system with Nix (don't tested))
|
||||
|
||||
```bash
|
||||
nix build path:{{REPO_PATH}}#nixosConfigurations.rubusidaeus.config.system.build.sdImage
|
||||
```
|
||||
|
||||
## Rebuilding
|
||||
|
||||
```shell
|
||||
|
@ -23,6 +31,7 @@ Apple Silicon hosts require additional `--impure` flag for firmware installation
|
|||
- stella (Random Ryzen 3 3250U laptop)
|
||||
- vetus (iMac 27" 2017)
|
||||
- celerrime (MacBook Air M2)
|
||||
- rubusidaeus (Raspberry Pi 4B)
|
||||
|
||||
## Modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue