fix build

This commit is contained in:
2026-05-21 17:51:10 +01:00
parent 140f47649c
commit 6c609e2fa6
+6 -1
View File
@@ -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;
};