更新 configuration-b85.nix

main
落雨宸 2024-05-15 07:28:50 +08:00
parent fb8c5c100e
commit adb070af42
1 changed files with 8 additions and 0 deletions

View File

@ -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.