mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +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
|
|
@ -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