oom-hardware/uconsole
2024-11-29 15:29:43 +01:00
..
configs format code ((-; 2024-11-24 11:46:39 +01:00
kernel 6.6.31 backup 2024-11-29 15:28:29 +01:00
default.nix cma-512 test 2024-11-29 15:29:43 +01:00
module-4g.nix include module-4g (use hardware.uconsole.module-4g.enable = true;) 2024-11-24 11:21:10 +01:00
README.md just a quick note 2024-11-24 11:45:27 +01:00
sd-image-uConsole.nix move to NixOS-unstable 2024-11-24 15:20:12 +01:00

NixOS uConsole support

just a quick note...

recreate the sd-image:

nix-build '<nixpkgs/nixos>' -A  config.system.build.sdImage -I nixos-config=sd-image-uConsole.nix

connect to wifi

# systemctl start wpa_supplicant.service
# wpa_cli
[...]

enable uconsole-4g-cm4 (disabled by default)

hardware.uconsole.module-4g.enable = true;