diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-11-14 08:28:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-11-14 08:28:59 +0530 |
commit | aad3668d927aec8799b1ff72de88841ece6cf37b (patch) | |
tree | b3e6b27ca6dbb80c3830d7ffd651b48f5ad71796 | |
parent | 0d6261cf86749e9bdd88aa0311e58f17257e0fee (diff) |
cez: load amdgpu in stage1
-rw-r--r-- | os/cez/hardware-configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/cez/hardware-configuration.nix b/os/cez/hardware-configuration.nix index a0efab6..9c44303 100644 --- a/os/cez/hardware-configuration.nix +++ b/os/cez/hardware-configuration.nix @@ -8,7 +8,6 @@ # override nixos-hardware values hardware.nvidia.prime.offload.enable = false; - hardware.amdgpu.initrd.enable = false; services.xserver.videoDrivers = [ "modesetting" ]; swapDevices = [{ |