feat: add uConsole CM5 host configuration

- Add nixos-uconsole and nixos-hardware inputs for CM5/RPi5 support
- Create hosts/uconsole/configuration.nix with HAM radio, SDR, and security tools
- Create hosts/uconsole/hardware-configuration.nix for CM5 hardware
- Register uConsole in flake.nix nixosConfigurations
- Add uconsole host key placeholder to lib/keys.nix
This commit is contained in:
2026-04-29 17:26:33 +00:00
parent 7efba3ac5b
commit 0c5e556aa8
4 changed files with 191 additions and 0 deletions

View File

@@ -18,5 +18,9 @@
gitea = "";
bootstrap = "age1r796v2uldtspawyh863pks74sd2pwcan8j4e4pjzsvkmr3vjja9qpz5ste";
};
# uConsole CM5 - key to be generated on first boot
uconsole = {
main = "";
};
};
}