feat: Add support for NVIDIA microarchitecture to xps 7590 and 9570

This commit is contained in:
Bradley Nelson
2024-08-31 16:43:01 -06:00
committed by mergify[bot]
parent 4ac7150415
commit 5cbf79226b
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
};