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