diff options
author | Alan Pearce | 2021-01-05 12:05:34 +0100 |
---|---|---|
committer | Alan Pearce | 2021-01-05 12:05:34 +0100 |
commit | 88c736623897176d77f8d2fb72013e17b5568650 (patch) | |
tree | 414da354941c72b4bca03babb33216aacc25cd09 /system/settings/hardware | |
parent | 3a38529dd013db1eb102db447005f7b85834bbb2 (diff) | |
download | nixfiles-88c736623897176d77f8d2fb72013e17b5568650.tar.lz nixfiles-88c736623897176d77f8d2fb72013e17b5568650.tar.zst nixfiles-88c736623897176d77f8d2fb72013e17b5568650.zip |
prefect: switch to AMD
Diffstat (limited to 'system/settings/hardware')
-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"; |