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 = {