From 9e5d5bd874850df8090c6b43a09bd6fab74e537c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 5 Aug 2023 20:48:58 +0200 Subject: retire toaster and remove dead code --- hosts/toaster/amd.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 hosts/toaster/amd.nix (limited to 'hosts/toaster/amd.nix') diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix deleted file mode 100644 index 07aa493..0000000 --- a/hosts/toaster/amd.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ pkgs, config, ... }: { - boot.initrd.kernelModules = [ "amdgpu" ]; - - hardware.opengl = { - driSupport = true; - driSupport32Bit = true; - extraPackages = with pkgs; [ - rocm-opencl-icd - rocm-opencl-runtime - amdvlk - ]; - extraPackages32 = with pkgs; [ - driversi686Linux.amdvlk - ]; - }; -} -- cgit v1.3.1