Auto-commit: 2026-01-07 08:39:05
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf config.my.disableAmdBoost {
|
||||
boot.kernelParaks = [ "amd_pstate=disable" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user