use normal memory allocator as scudo crashes firefox

This commit is contained in:
Cyryl Płotnicki 2020-05-02 20:27:05 +01:00
parent b99106d422
commit 8a3e117d7e

View file

@ -1,15 +1,12 @@
{ config, pkgs, ... }:
{
nix.allowedUsers = [ "@users" ];
environment.memoryAllocator.provider = "scudo";
environment.variables.SCUDO_OPTIONS = "ZeroContents=1";
security.lockKernelModules = true;
security.protectKernelImage = true;
security.forcePageTableIsolation = true;
security.virtualisation.flushL1DataCache = "always";
security.apparmor.enable = true;
boot.kernelParams = [
"slub_debug=FZP"
"page_poison=1"
"page_alloc.shuffle=1"
];