From 9e5d5bd874850df8090c6b43a09bd6fab74e537c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 5 Aug 2023 20:48:58 +0200 Subject: retire toaster and remove dead code --- hosts/toaster/amd-new-pstate.nix | 5 ----- 1 file changed, 5 deletions(-) delete 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 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" ]; -} -- cgit v1.3.1