lol

Revert "nixos/malloc: add back maybe unnecessary line"

This reverts commit ed55524562e14131250b8362f47ccfe2d6e5a328.

Does not evaluate.

-1
-1
nixos/modules/config/malloc.nix
··· 97 97 }; 98 98 99 99 config = mkIf (cfg.provider != "libc") { 100 - 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 101 100 environment.etc."ld-nix.so.preload".text = '' 102 101 ${providerLibPath} 103 102 '';