summary refs log tree commit diff
path: root/host/Rory-desktop/optional/hardware-specific/amd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-desktop/optional/hardware-specific/amd.nix')
-rw-r--r--host/Rory-desktop/optional/hardware-specific/amd.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/host/Rory-desktop/optional/hardware-specific/amd.nix b/host/Rory-desktop/optional/hardware-specific/amd.nix

index 3ae47d2..e4758a6 100644 --- a/host/Rory-desktop/optional/hardware-specific/amd.nix +++ b/host/Rory-desktop/optional/hardware-specific/amd.nix
@@ -32,13 +32,11 @@ enable32Bit = true; extraPackages = with pkgs; [ rocmPackages.clr.icd - amdvlk + #amdvlk ]; - extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ]; + #extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ]; }; }; systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; - - system.stateVersion = "22.11"; # DO NOT EDIT! }