home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 7da5efbc0b47741796cde620d8b4d4a8c9ebdb63
parent 30ee526a384659a93a5d1e0619ba44a1b7f265c1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Dec 2021 08:34:29 +0100

hardware: fix prime options

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hardware/lenovo-p50.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hardware/lenovo-p50.nix b/systems/hardware/lenovo-p50.nix @@ -18,7 +18,7 @@ in powerOnBoot = true; }; nvidia.prime = { - enable = true; + sync.enable = true; nvidiaBusId = "PCI:1:0:0"; intelBusId = "PCI:0:2:0"; };