diff options
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/hardware/bare-metal.nix | 2 |
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"; |