try to fix pc power bug

This commit is contained in:
陈浩南 2023-12-25 20:50:15 +08:00
parent db3571b8e5
commit a6241a201a
2 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,7 @@
bugs =
[
"suspend-hibernate-no-platform" "hibernate-iwlwifi" "suspend-lid-no-wakeup" "xmunet"
"suspend-hibernate-waydroid"
"suspend-hibernate-waydroid" "power"
];
};
vps6 =

View File

@ -78,6 +78,7 @@ inputs:
};
};
firefox.programs.firefox.enable = inputs.lib.mkForce false;
power.boot.kernelParams = [ "cpufreq.default_governor=powersave" ];
};
in
{