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:
@@ -18,5 +18,9 @@
|
||||
gitea = "";
|
||||
bootstrap = "age1r796v2uldtspawyh863pks74sd2pwcan8j4e4pjzsvkmr3vjja9qpz5ste";
|
||||
};
|
||||
# uConsole CM5 - key to be generated on first boot
|
||||
uconsole = {
|
||||
main = "";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user