Skip to content

Commit

Permalink
Merge pull request #56 from joshuachp/feat-nvidia-persistence
Browse files Browse the repository at this point in the history
feat(nvidia): disable the nvidia-persistenced daemon
  • Loading branch information
joshuachp authored Aug 21, 2023
2 parents b487320 + 5ff6ba5 commit a3bc1d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion systems/nixos/video-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
};

hardware.nvidia = {
nvidiaPersistenced = true;
# Used for compute environments
nvidiaPersistenced = false;
modesetting.enable = true;
forceFullCompositionPipeline = true;
prime = {
Expand Down

0 comments on commit a3bc1d7

Please sign in to comment.