Add build instructions for skycam to README

This commit is contained in:
Jordan Holt 2024-08-09 19:36:15 +01:00
parent 0c564903ab
commit 91d66003aa
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -20,3 +20,10 @@ SD card | `/dev/mmcblk0` (ext4, NixOS Root)
## Devices and connections
- Camera Module 3 with wide-angle lens
## Building
To generate a compressed SD card image for Skycam, run:
`nix build '.#nixosConfigurations.skycam.config.system.build.sdImage'`
Once a card is imaged, the existing SSH host keys should be copied to
`/etc/ssh` manually to enable secret decryption.