This commit is contained in:
2025-08-02 13:22:51 +03:00
parent e5925a060f
commit f3c73603c7
2 changed files with 28 additions and 14 deletions
+15 -7
View File
@@ -40,13 +40,21 @@
extraModulePackages = [ ];
};
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
amdvlk
];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
hardware = {
amdgpu = {
opencl.enable = true;
amdvlk = {
enable = true;
};
};
graphics.extraPackages = with pkgs; [
mesa
amf
];
};
# systemd.tmpfiles.rules = [
# "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
# ];
fileSystems = {
"/" = {