summaryrefslogtreecommitdiff
path: root/hosts/toaster/amd-new-pstate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/toaster/amd-new-pstate.nix')
-rw-r--r--hosts/toaster/amd-new-pstate.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/toaster/amd-new-pstate.nix b/hosts/toaster/amd-new-pstate.nix
deleted file mode 100644
index 179cce3..0000000
--- a/hosts/toaster/amd-new-pstate.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ ... }:
-{
- # use new amd pstate driver
- boot.kernelParams = [ "amd_pstate=active" ];
-}