mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
feat: Add support for NVIDIA microarchitecture to xps 7590 and 9570
This commit is contained in:
committed by
mergify[bot]
parent
4ac7150415
commit
5cbf79226b
@@ -3,13 +3,14 @@
|
||||
imports = [
|
||||
../.
|
||||
../../../../common/gpu/nvidia/prime.nix
|
||||
../../../../common/gpu/nvidia/turing
|
||||
];
|
||||
|
||||
hardware.nvidia = {
|
||||
powerManagement = {
|
||||
# Enable NVIDIA power management.
|
||||
enable = lib.mkDefault true;
|
||||
|
||||
|
||||
# Enable dynamic power management.
|
||||
finegrained = lib.mkDefault true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user