From 08b21db9c9d7594a0fe8c207be7e782a8757182b Mon Sep 17 00:00:00 2001 From: TredwellGit Date: Wed, 24 Mar 2021 21:03:44 +0000 Subject: [PATCH] nixos/amdgpu: remove https://github.com/NixOS/nixpkgs/pull/111551#issuecomment-802082766 --- nixos/modules/hardware/video/amdgpu.nix | 9 --------- nixos/modules/module-list.nix | 1 - 2 files changed, 10 deletions(-) delete mode 100644 nixos/modules/hardware/video/amdgpu.nix diff --git a/nixos/modules/hardware/video/amdgpu.nix b/nixos/modules/hardware/video/amdgpu.nix deleted file mode 100644 index 42fc8fa362de..000000000000 --- a/nixos/modules/hardware/video/amdgpu.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, lib, ... }: - -with lib; -{ - config = mkIf (elem "amdgpu" config.services.xserver.videoDrivers) { - boot.blacklistedKernelModules = [ "radeon" ]; - }; -} - diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 4a63a09ab846..3ab1a89e6d3e 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -72,7 +72,6 @@ ./hardware/opentabletdriver.nix ./hardware/wooting.nix ./hardware/uinput.nix - ./hardware/video/amdgpu.nix ./hardware/video/amdgpu-pro.nix ./hardware/video/ati.nix ./hardware/video/capture/mwprocapture.nix