From 6d2ee57e9c3d85a2c8e5f5cd70e7db4aeb9a91d5 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 8 Oct 2024 14:43:55 +0200 Subject: [PATCH] fix(Zephyrus): Enable NVIDIA offload --- hosts/Zephyrus/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index f14f363..b521dc3 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -47,6 +47,11 @@ open = false; # Bruuh prime = { + offload = { + enable = true; + enableOffloadCmd = true; + }; + amdgpuBusId = "PCI:7:0:0"; nvidiaBusId = "PCI:1:0:0"; };