mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
upgrade kernel to 6.6
This commit is contained in:
parent
2ba7e21aa7
commit
bc520b16e1
2 changed files with 3 additions and 1 deletions
|
|
@ -90,6 +90,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
"net.ipv6.conf.all.forwarding" = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue