update kernel

This commit is contained in:
nora 2025-08-01 16:07:06 +02:00
parent e9cfcd1d22
commit 3125f869af

View file

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