diff --git a/hosts/uConsole/configuration.nix b/hosts/uConsole/configuration.nix index c0a83fb..8a550e8 100644 --- a/hosts/uConsole/configuration.nix +++ b/hosts/uConsole/configuration.nix @@ -9,7 +9,8 @@ # System State system.stateVersion = "25.05"; - # Boot & Hardware (uconsole-cm5 module handles boot.loader) + # Boot & Hardware (migrated to kernel bootloader per nixos-raspberrypi deprecation notice) + boot.loader.raspberry-pi.bootloader = "kernel"; boot.kernelPackages = pkgs.linuxPackages_latest; # Networking