1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

Experimenting with options.

This commit is contained in:
Alojzy Leszcz 2023-11-26 20:18:56 +01:00
parent 91e869ba7c
commit 5c570360d5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, pkgs, config, ... }:
{
imports = [ ./. ];
#imports = [ ./. ];
hardware.nvidia.prime = {
offload = {

View File

@ -21,8 +21,8 @@
nvidia = {
modesetting.enable = lib.mkDefault true;
open = lib.mkDefault false;
powerManagement.enable = lib.mkDefault true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
prime = {
amdgpuBusId = "PCI:5:0:0";