about summary refs log tree commit diff
path: root/profiles/hardware/amd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardware/amd.nix')
-rw-r--r--profiles/hardware/amd.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/hardware/amd.nix b/profiles/hardware/amd.nix
deleted file mode 100644
index dc933ee..0000000
--- a/profiles/hardware/amd.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ ... }:
-{
-  hardware.cpu.amd.updateMicrocode = true;
-  boot.kernelModules = [ "kvm-amd" "k10temp" ];
-  boot.kernelParams = [ "amd_pstate=passive" ];
-}