From 498049c22f77aca9e9db0ad89378f3351566810b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 3 Oct 2024 10:36:21 -0700 Subject: [PATCH] feat(adrastea): disable optimus PRIME --- hosts/adrastea/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hosts/adrastea/configuration.nix b/hosts/adrastea/configuration.nix index f427c1c..468d45f 100755 --- a/hosts/adrastea/configuration.nix +++ b/hosts/adrastea/configuration.nix @@ -109,15 +109,15 @@ powerManagement.finegrained = false; nvidiaSettings = true; open = true; - prime = { - amdgpuBusId = "PCI:4:0:0"; - nvidiaBusId = "PCI:1:0:0"; - # offload = { - # enable = true; - # enableOffloadCmd = true; - # }; - sync.enable = true; - }; + # prime = { + # amdgpuBusId = "PCI:4:0:0"; + # nvidiaBusId = "PCI:1:0:0"; + # # offload = { + # # enable = true; + # # enableOffloadCmd = true; + # # }; + # sync.enable = true; + # }; }; hardware.graphics.enable = true;