pacifidlog: enable amdgpu in initrd

This commit is contained in:
Aly Raffauf 2024-10-13 15:55:46 -04:00
parent 614a598c20
commit a284a351d7

View file

@ -23,7 +23,11 @@
];
boot = {
initrd.systemd.enable = true;
initrd = {
initrd.kernelModules = ["amdgpu"];
systemd.enable = true;
};
extraModulePackages = with config.boot.kernelPackages; [acpi_call];
lanzaboote = {