nix-config/hosts/Puenktchen/amd.nix
2024-05-20 19:47:55 +02:00

4 lines
62 B
Nix

{ pkgs, ... }:
{
boot.initrd.kernelModules = [ "amdgpu" ];
}