From 91d66003aafc215a2672c296acadcfeefeb38b56 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 9 Aug 2024 19:36:15 +0100 Subject: [PATCH] Add build instructions for skycam to README --- hosts/skycam/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/skycam/README.md b/hosts/skycam/README.md index de64288..29f932d 100644 --- a/hosts/skycam/README.md +++ b/hosts/skycam/README.md @@ -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. +