mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
update kernel
This commit is contained in:
parent
e9cfcd1d22
commit
3125f869af
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ in
|
|||
preferStaticEmulators = true; # required to work with podman (apparently)
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue