fix build
This commit is contained in:
@@ -12,7 +12,11 @@
|
||||
modules.raspberry-pi = {
|
||||
provides = {
|
||||
"5" = {
|
||||
nixos = {pkgs, modulesPath, ...}: {
|
||||
nixos = {
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.raspberry-pi-5
|
||||
"${modulesPath}/installer/sd-card/sd-image-aarch64.nix"
|
||||
@@ -28,6 +32,7 @@
|
||||
# raspberry-pi-nix.kernel-version = "v6_12_17";
|
||||
# raspberry-pi-nix.uboot.enable = false;
|
||||
boot.initrd.systemd.enableTpm2 = false;
|
||||
boot.initrd.allowMissingModules = true;
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user