Lower perf_event_paranoid to -1
This commit is contained in:
parent
31eace8400
commit
a66a4d9a43
@ -19,7 +19,7 @@
|
||||
];
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"kernel.perf_event_paranoid" = lib.mkDefault 0;
|
||||
"kernel.perf_event_paranoid" = lib.mkDefault "-1";
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user