mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 09:23:55 -05:00
pacifidlog: enable amdgpu in initrd
This commit is contained in:
parent
614a598c20
commit
a284a351d7
|
@ -23,7 +23,11 @@
|
|||
];
|
||||
|
||||
boot = {
|
||||
initrd.systemd.enable = true;
|
||||
initrd = {
|
||||
initrd.kernelModules = ["amdgpu"];
|
||||
systemd.enable = true;
|
||||
};
|
||||
|
||||
extraModulePackages = with config.boot.kernelPackages; [acpi_call];
|
||||
|
||||
lanzaboote = {
|
||||
|
|
Loading…
Reference in a new issue