4 lines
No EOL
62 B
Nix
4 lines
No EOL
62 B
Nix
{ pkgs, ... }:
|
|
{
|
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
|
} |