From 851091abe2eb2b88cbd4f0a4c8294289395ea73c Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 22 Sep 2024 11:37:38 -0700 Subject: [PATCH] feat(adrastea): re-enable 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 b1061f7..543d463 100755 --- a/hosts/adrastea/configuration.nix +++ b/hosts/adrastea/configuration.nix @@ -107,15 +107,15 @@ powerManagement.finegrained = false; open = false; nvidiaSettings = 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;