upgrade kernel to 6.6

This commit is contained in:
nora 2023-12-24 17:00:02 +01:00
parent d526faa1bf
commit 6e0d4b82e7
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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;