This commit is contained in:
2025-08-22 18:55:19 +03:00
parent 27261809bf
commit c995d8baf8
2 changed files with 4 additions and 4 deletions
+3
View File
@@ -36,6 +36,9 @@ let
amdgpu.amdvlk.enable = true; amdgpu.amdvlk.enable = true;
}; };
nixpkgs.config.rocmSupport = true;
nixpkgs.config.cudaSupport = false;
networking = { networking = {
firewall.enable = false; firewall.enable = false;
hostName = xlib.device.hostname; hostName = xlib.device.hostname;
+1 -4
View File
@@ -9,8 +9,5 @@
environment.systemPackages = [ environment.systemPackages = [
pkgs.openai-whisper pkgs.openai-whisper
]; ];
nixpkgs.config.rocmSupport = true; #hardware.graphics.extraPackages = with pkgs.rocmPackages; [ clr clr.icd ];
nixpkgs.config.cudaSupport = false;
hardware.amdgpu.opencl.enable = true;
hardware.graphics.extraPackages = with pkgs.rocmPackages; [ clr clr.icd ];
} }