summaryrefslogtreecommitdiff
path: root/hosts/toaster/amd-new-pstate.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-05 23:42:40 +0100
committerGrisha Shipunov2025-01-05 23:43:42 +0100
commitee3c877d5bc320dbffe02547ccbac7a7f7f1cd8a (patch)
treeb9aa923e7a0339a35f4815a4c401d01ce535118d /hosts/toaster/amd-new-pstate.nix
parent5b8fa1a5e8f95e2a442dd8b78d31600037e907f6 (diff)
amdgpu: never buy amd laptop ever again
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" ];
-}