add note about activating multi-dtbs

This commit is contained in:
Adam Stephens 2024-03-11 14:13:34 -04:00
parent c194c94c16
commit 154322b7d8
No known key found for this signature in database

View file

@ -34,6 +34,7 @@ Ensure you are not overriding the nixpkgs input when consuming this flake, or yo
# install multiple kernels! note this increases eval time for each specialization
specialisation = {
# note that activation of each specialization is required to copy the dtb to the EFI, and thus boot
mainline.configuration.nixos-x13s.kernel = "mainline";
steev.configuration.nixos-x13s.kernel = "steev";
};