diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 278e841..4e323eb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,6 +34,10 @@ keyMap = "fr"; }; + boot.kernel.sysctl = { + "vm.max_map_count" = 262144; + }; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ |