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

This reverts commit ed55524562.

Does not evaluate.
This commit is contained in:
Franz Pletz 2023-08-10 03:00:49 +02:00
parent 4c07af8f4c
commit cef068f3b3
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -97,7 +97,6 @@ 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}
'';