summary refs log tree commit diff stats
path: root/system/settings
diff options
context:
space:
mode:
authorAlan Pearce2021-01-05 12:05:34 +0100
committerAlan Pearce2021-01-05 12:05:34 +0100
commit88c736623897176d77f8d2fb72013e17b5568650 (patch)
tree414da354941c72b4bca03babb33216aacc25cd09 /system/settings
parent3a38529dd013db1eb102db447005f7b85834bbb2 (diff)
downloadnixfiles-88c736623897176d77f8d2fb72013e17b5568650.tar.lz
nixfiles-88c736623897176d77f8d2fb72013e17b5568650.tar.zst
nixfiles-88c736623897176d77f8d2fb72013e17b5568650.zip
prefect: switch to AMD
Diffstat (limited to 'system/settings')
-rw-r--r--system/settings/hardware/bare-metal.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/settings/hardware/bare-metal.nix b/system/settings/hardware/bare-metal.nix
index 0a61790a..998001c0 100644
--- a/system/settings/hardware/bare-metal.nix
+++ b/system/settings/hardware/bare-metal.nix
@@ -9,8 +9,6 @@
     usbutils
   ];
 
-  hardware.cpu.intel.updateMicrocode = true;
-
   boot.kernel.sysctl = {
     "net.ipv4.tcp_allowed_congestion_control" = "illinois reno lp";
     "net.ipv4.tcp_congestion_control" = "illinois";