We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7e05d commit 268f8fbCopy full SHA for 268f8fb
desktop/configuration/boot.nix
@@ -4,7 +4,12 @@
4
boot = {
5
supportedFilesystems = [ "bcachefs" ];
6
kernelPackages = pkgs.linuxPackages_xanmod_latest;
7
- kernelParams = [ "usbcore.autosuspend=-1" ];
+ kernelParams = [
8
+ "usbcore.autosuspend=-1"
9
+ "processor.max_cstate=1"
10
+ "idle=nomwait"
11
+ "amd_pstate=active"
12
+ ];
13
initrd = {
14
systemd = {
15
extraBin = {
0 commit comments