Loading nixos/modules/config/malloc.nix +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ in }; config = mkIf (cfg.provider != "libc") { boot.kernel.sysctl."vm.max_map_count" = mkIf (cfg.provider == "graphene-hardened") (mkDefault 1048576); environment.etc."ld-nix.so.preload".text = '' ${providerLibPath} ''; Loading Loading
nixos/modules/config/malloc.nix +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ in }; config = mkIf (cfg.provider != "libc") { boot.kernel.sysctl."vm.max_map_count" = mkIf (cfg.provider == "graphene-hardened") (mkDefault 1048576); environment.etc."ld-nix.so.preload".text = '' ${providerLibPath} ''; Loading