disable that kernel patch thingy
This commit is contained in:
parent
e3146e5baf
commit
53c2fd90ff
|
@ -150,15 +150,6 @@
|
||||||
|
|
||||||
initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835" "cma=256M" "console=tty0" "reset-raspberrypi"];
|
initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835" "cma=256M" "console=tty0" "reset-raspberrypi"];
|
||||||
kernelParams = ["video=HDMI-A-1:1920x1080@60D"];
|
kernelParams = ["video=HDMI-A-1:1920x1080@60D"];
|
||||||
kernelPatches = [
|
|
||||||
{
|
|
||||||
name = "performance-upgrade";
|
|
||||||
patch = "null";
|
|
||||||
extraConfig = ''
|
|
||||||
CMA_SIZE_MBYTES = 256
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
];
|
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
"net.ipv4.ip_forward" = 1;
|
"net.ipv4.ip_forward" = 1;
|
||||||
"net.ipv6.conf.all.forwarding" = 1;
|
"net.ipv6.conf.all.forwarding" = 1;
|
||||||
|
|
Loading…
Reference in a new issue