summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-23 18:00:59 +0000
committerGitHub <noreply@github.com>2023-09-23 18:00:59 +0000
commitab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1 (patch)
tree07ea57e37bb0dc4b6dea3c9ee0fd97acd3dbaba3 /nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
parent3180ce092dffa6819ee172ab752c0dc5b2773654 (diff)
parent9155f8dc6e9bfbe77a8552735ae0b9d74a72714f (diff)
downloadnixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.gz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.bz2
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.lz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.xz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.zst
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.zip
Merge master into staging-next
Diffstat (limited to 'nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix')
-rw-r--r--nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix b/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
index 9c9bee93de8..c64ef092667 100644
--- a/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
+++ b/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix
@@ -142,6 +142,7 @@ in
         assertion = !pkgs.stdenv.hostPlatform.isAarch64 || cfg.version >= 3;
         message = "Only Raspberry Pi >= 3 supports aarch64.";
       };
+      boot.loader.supportsInitrdSecrets = cfg.uboot.enable;
 
       system.build.installBootLoader = builder;
       system.boot.loader.id = "raspberrypi";