Skip to content

Commit

Permalink
Update minisforum/v3/power.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Oct 31, 2024
1 parent 8de82c2 commit 6766bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minisforum/v3/power.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{

# From [Optimizing power draw (under Linux)](https://github.com/mudkipme/awesome-minisforum-v3/issues/5#issue-2391536450)
# From "Optimizing power draw (under Linux)": https://github.com/mudkipme/awesome-minisforum-v3/issues/5#issue-2391536450
boot.kernelParams = [ "pcie_aspm.policy=powersupersave" ];
systemd.services.enable-aspm = {
wantedBy = [ "default.target" ];
Expand Down

0 comments on commit 6766bfa

Please sign in to comment.