From 1baa256be04a8b4e711a7d48a76197b5ffad6637 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 19 Jul 2025 12:27:04 +0000 Subject: retire toaster --- hosts/toaster/amd.nix | 22 ---------------------- 1 file changed, 22 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 b58784f..0000000 --- a/hosts/toaster/amd.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ ... }: -{ - boot.initrd.kernelModules = [ "amdgpu" ]; - - boot.kernelParams = [ - # use new amd pstate driver - "amd_pstate=active" - # fix flicker - "amdgpu.dcdebugmask=0x10" - ]; - - # hardware.graphics = { - # extraPackages = with pkgs; [ - # rocm-opencl-icd - # rocm-opencl-runtime - # amdvlk - # ]; - # extraPackages32 = with pkgs; [ - # driversi686Linux.amdvlk - # ]; - # }; -} -- cgit v1.3.1