Merge pull request #239206 from Artturin/something2
This commit is contained in:
commit
1b56469c7b
@ -97,6 +97,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf (cfg.provider != "libc") {
|
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 = ''
|
environment.etc."ld-nix.so.preload".text = ''
|
||||||
${providerLibPath}
|
${providerLibPath}
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user