Set perf paranoid to 0 by default
This commit is contained in:
parent
a1f258c5ce
commit
826cfdf43f
@ -18,6 +18,10 @@
|
|||||||
"console=ttyS0,115200"
|
"console=ttyS0,115200"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernel.sysctl = {
|
||||||
|
"kernel.perf_event_paranoid" = lib.mkDefault 0;
|
||||||
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
#boot.kernelPatches = lib.singleton {
|
#boot.kernelPatches = lib.singleton {
|
||||||
|
Loading…
Reference in New Issue
Block a user