odin: gasket was fixed for kernels >= 6.8
This commit is contained in:
parent
b91c149d7a
commit
cc4de0ab86
1 changed files with 1 additions and 5 deletions
|
@ -83,11 +83,7 @@
|
|||
# From PVE: ro quiet intel_iommu=on i915.enable_gvt=1 cpufreq.default_governor=ondemand
|
||||
# kernelParams = [ "intel_iommu=on" "i915.enable_gvt=1" "cpufreq.default_governor=ondemand" ];
|
||||
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
(gasket.overrideAttrs (prevAttrs: {
|
||||
patches = (prevAttrs.patches or [ ]) ++ [ ./0001-fix-gasket.patch ];
|
||||
}))
|
||||
];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ gasket ];
|
||||
|
||||
kernel.sysctl = {
|
||||
"net.core.rmem_max" = 2500000;
|
||||
|
|
Loading…
Reference in a new issue