Revert "nixos/malloc: add back maybe unnecessary line"
This reverts commit ed55524562
.
Does not evaluate.
This commit is contained in:
parent
4c07af8f4c
commit
cef068f3b3
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue