Skip to content

Commit 268f8fb

Browse files
committed
performance tweaks
1 parent af7e05d commit 268f8fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

desktop/configuration/boot.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
boot = {
55
supportedFilesystems = [ "bcachefs" ];
66
kernelPackages = pkgs.linuxPackages_xanmod_latest;
7-
kernelParams = [ "usbcore.autosuspend=-1" ];
7+
kernelParams = [
8+
"usbcore.autosuspend=-1"
9+
"processor.max_cstate=1"
10+
"idle=nomwait"
11+
"amd_pstate=active"
12+
];
813
initrd = {
914
systemd = {
1015
extraBin = {

0 commit comments

Comments
 (0)