feat: add uConsole CM5 host with Reticulum mesh network support #61

Merged
gortium merged 10 commits from feat/uconsole-cm5-v3 into master 2026-06-06 13:19:20 +00:00
5 changed files with 308 additions and 2 deletions
Showing only changes of commit a51e095717 - Show all commits

View File

@@ -11,6 +11,10 @@
# Flakesss
nix.settings.experimental-features = [ "nix-command" "flakes" "flake-self-attrs" ];
nix.settings.trusted-users = [ "root" "gortium" ];
nix.settings.extra-platforms = [ "aarch64-linux" ];
# QEMU binfmt for cross-building aarch64 NixOS targets
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Garbage collection
nix.gc = {