Forgot to rename this folder

This commit is contained in:
Jimbo 2024-10-28 00:18:50 -04:00
parent f16588034d
commit eec037be00
5 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernel.sysctl."vm.max_map_count" = 2147483642;
};
}