diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-01-22 08:19:40 -0500 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-01-22 08:19:40 -0500 |
commit | 93280382da83e885d919d3b13f4383c2ac6102d3 (patch) | |
tree | b3196984937ee635143710925bfce2bd5cb6715f /modules/hardware/gpu.nix | |
parent | be25e99f89ea9c05483e05c104a8c520a030484d (diff) | |
download | nix-config-93280382da83e885d919d3b13f4383c2ac6102d3.tar.gz nix-config-93280382da83e885d919d3b13f4383c2ac6102d3.tar.bz2 nix-config-93280382da83e885d919d3b13f4383c2ac6102d3.zip |
update to 24.11
Diffstat (limited to 'modules/hardware/gpu.nix')
-rw-r--r-- | modules/hardware/gpu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/gpu.nix b/modules/hardware/gpu.nix index 8d2f004..be2ab58 100644 --- a/modules/hardware/gpu.nix +++ b/modules/hardware/gpu.nix @@ -43,7 +43,7 @@ in { modesetting.enable = true; powerManagement.enable = false; powerManagement.finegrained = false; - open = false; + open = true; nvidiaSettings = true; package = config.boot.kernelPackages.nvidiaPackages.latest; }; |