diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-26 20:14:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-26 20:14:55 +0100 |
commit | bd2abf344915f502693a17a5f141518e1609910d (patch) | |
tree | 6c0672bc5fc359e1da276e48abecdf2933b1d8b2 /configuration.nix | |
parent | 8064d91dfb76bc38466b5e9382b4d43f3188a444 (diff) | |
download | nixcfg-bd2abf344915f502693a17a5f141518e1609910d.tar.gz nixcfg-bd2abf344915f502693a17a5f141518e1609910d.zip |
Have an ElasticSearch cluster
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; [ |