nixos/malloc: add back maybe unnecessary line

This commit is contained in:
Artturin 2023-06-22 17:28:44 +03:00
parent d84d9648d3
commit ed55524562

View file

@ -97,6 +97,7 @@ in
};
config = mkIf (cfg.provider != "libc") {
boot.kernel.sysctl."vm.max_map_count" = mkIf (cfg.provider == "graphene-hardened") (mkDefault 1048576); # TODO: Default vm.max_map_count has been increased system-wide
environment.etc."ld-nix.so.preload".text = ''
${providerLibPath}
'';