fix: powerManagement.enable instead of enabled

This commit is contained in:
MyyPo 2024-01-06 00:00:20 +02:00 committed by Mihai Fufezan
parent 829f68e33a
commit eb28f3eac5
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ For Nix users, the equivalent of the above is
boot.kernelParams = [ "nvidia.NVreg_PreserveVideoMemoryAllocations=1" ]; boot.kernelParams = [ "nvidia.NVreg_PreserveVideoMemoryAllocations=1" ];
hardware.nvidia.powerManagement.enabled = true hardware.nvidia.powerManagement.enable = true
# Making sure to use the proprietary drivers until the issue above is fixed upstream # Making sure to use the proprietary drivers until the issue above is fixed upstream
hardware.nvidia.open = false hardware.nvidia.open = false