From 91f416c7270fc136b6b0588cf741775adeb1868f Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 11 Jul 2023 21:46:23 +0200 Subject: enable new pstate driver for amd --- hosts/toaster/amd-new-pstate.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts/toaster/amd-new-pstate.nix (limited to 'hosts/toaster/amd-new-pstate.nix') diff --git a/hosts/toaster/amd-new-pstate.nix b/hosts/toaster/amd-new-pstate.nix new file mode 100644 index 0000000..179cce3 --- /dev/null +++ b/hosts/toaster/amd-new-pstate.nix @@ -0,0 +1,5 @@ +{ ... }: +{ + # use new amd pstate driver + boot.kernelParams = [ "amd_pstate=active" ]; +} -- cgit v1.3.1