From 963f011f16315e44a141724df09a94378aac8291 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 30 Dec 2021 19:30:21 -0800 Subject: [PATCH] sd-image-aarch64.nix: Add config for Pi Zero 2 W --- nixos/modules/installer/sd-card/sd-image-aarch64.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/installer/sd-card/sd-image-aarch64.nix b/nixos/modules/installer/sd-card/sd-image-aarch64.nix index 165e2aac27b..36fe2be7ae6 100644 --- a/nixos/modules/installer/sd-card/sd-image-aarch64.nix +++ b/nixos/modules/installer/sd-card/sd-image-aarch64.nix @@ -24,6 +24,9 @@ [pi3] kernel=u-boot-rpi3.bin + [pi02] + kernel=u-boot-rpi3.bin + [pi4] kernel=u-boot-rpi4.bin enable_gic=1