mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-09 09:34:48 +01:00
add note about activating multi-dtbs
This commit is contained in:
parent
c194c94c16
commit
154322b7d8
|
@ -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
|
# install multiple kernels! note this increases eval time for each specialization
|
||||||
specialisation = {
|
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";
|
mainline.configuration.nixos-x13s.kernel = "mainline";
|
||||||
steev.configuration.nixos-x13s.kernel = "steev";
|
steev.configuration.nixos-x13s.kernel = "steev";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue