Skip to content

Commit

Permalink
tweak(nvidia): powerManagement = true
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 4, 2024
1 parent 342e0ac commit 0279389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/nixos/hardware/nvidia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ in
};

nvidia = {
# Modesetting is required
modesetting.enable = true;
powerManagement.enable = true;
open = false;
nvidiaSettings = true;
# Modesetting is needed for most wayland compositors
modesetting = enabled;
# Allows all VRAM to be saved when suspending, not just some
# powerManagement = enabled;
};
};
};
Expand Down

0 comments on commit 0279389

Please sign in to comment.