diff --git a/configuration-b85.nix b/configuration-b85.nix index bf8a767..326de68 100644 --- a/configuration-b85.nix +++ b/configuration-b85.nix @@ -19,6 +19,14 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "nodev"; # or "nodev" for efi only + # AMD Graphics card driver + hardware.opengl.extraPackages = with pkgs; [ + rocm-opencl-icd + rocm-opencl-runtime + pkgs.amdvlk + ]; + + networking.hostName = "b85"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.