From a284a351d7fb5b88eee317cc11ddfe5892b8c6a4 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 13 Oct 2024 15:55:46 -0400 Subject: [PATCH] pacifidlog: enable amdgpu in initrd --- hosts/petalburg/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 3a14fd0b..e4948939 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -23,7 +23,11 @@ ]; boot = { - initrd.systemd.enable = true; + initrd = { + initrd.kernelModules = ["amdgpu"]; + systemd.enable = true; + }; + extraModulePackages = with config.boot.kernelPackages; [acpi_call]; lanzaboote = {