mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
upgrade kernel to 6.6
This commit is contained in:
parent
d526faa1bf
commit
6e0d4b82e7
2 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ in
|
||||||
customPkgs.cargo-bisect-rustc
|
customPkgs.cargo-bisect-rustc
|
||||||
discord
|
discord
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
linuxKernel.packages.linux_6_1.perf
|
linuxKernel.packages.linux_6_6.perf
|
||||||
obs-studio
|
obs-studio
|
||||||
obsidian
|
obsidian
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,8 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.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…
Add table
Add a link
Reference in a new issue