更新 configuration-b85.nix
parent
fb8c5c100e
commit
adb070af42
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue