all repos — nixfiles @ c74a9e9fefee59a23759de6791b19771316691fc

System and user configuration, managed by nix and home-manager

Merge branch 'master' of https://git.alanpearce.eu/nixos-configuration

Alan Pearce
commit

c74a9e9fefee59a23759de6791b19771316691fc

parent

5f4723df19ab14b917b98677aa74d20aaf5a6557

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M modules/hardware/bare-metal.nixmodules/hardware/bare-metal.nix
@@ -11,6 +11,11 @@ ];
hardware.cpu.intel.updateMicrocode = true; + boot.kernel.sysctl = { + "net.ipv4.tcp_allowed_congestion_control" = "illinois reno lp"; + "net.ipv4.tcp_congestion_control" = "illinois"; + }; + boot.tmpOnTmpfs = true; fileSystems."/".options = [ "noatime" "nodiratime" ];