11 lines
143 B
Nix
11 lines
143 B
Nix
{
|
|
...
|
|
}: {
|
|
hardware = {
|
|
amdgpu = {
|
|
initrd = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|