mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -36,6 +36,9 @@ let
|
||||
amdgpu.amdvlk.enable = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.rocmSupport = true;
|
||||
nixpkgs.config.cudaSupport = false;
|
||||
|
||||
networking = {
|
||||
firewall.enable = false;
|
||||
hostName = xlib.device.hostname;
|
||||
|
||||
@@ -9,8 +9,5 @@
|
||||
environment.systemPackages = [
|
||||
pkgs.openai-whisper
|
||||
];
|
||||
nixpkgs.config.rocmSupport = true;
|
||||
nixpkgs.config.cudaSupport = false;
|
||||
hardware.amdgpu.opencl.enable = true;
|
||||
hardware.graphics.extraPackages = with pkgs.rocmPackages; [ clr clr.icd ];
|
||||
#hardware.graphics.extraPackages = with pkgs.rocmPackages; [ clr clr.icd ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user