fix boot location

This commit is contained in:
cy 2025-01-24 04:36:13 -05:00
parent 6b0dbd4346
commit a63edffc05

View file

@ -70,10 +70,6 @@
users.users.root.initialHashedPassword = "";
users.users.yt.initialHashedPassword = "";
boot.loader.generic-extlinux-compatible.mirroredBoots = [
{ path = "/boot/firmware"; }
];
# remove this after https://github.com/NixOS/nixpkgs/pull/375165 lands on unstable
boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3;
}