blob: 4ee05864045b8e46d27b1462bdcd23d5dafdc744 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Installing nixos on rpi
1. Download img from hydra (aarch64)
2. Flash on sd card and boot it
3. passwd for root!
4. run nixos-rebuild with minimal.nix as config
5. run nixos-rebuild with configuration.nix as config
## TODO
- spi
## Resources
- https://github.com/hexamon-tech/nixos-lorawan-gateway/blob/master/modules/kernel.nix#L11
|