From 154322b7d82a34075538a3921b7803e7cade8341 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 11 Mar 2024 14:13:34 -0400 Subject: [PATCH] add note about activating multi-dtbs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de4f0bd..b510d31 100644 --- a/README.md +++ b/README.md @@ -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"; };