mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +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)
|
preferStaticEmulators = true; # required to work with podman (apparently)
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_6;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"net.ipv4.ip_forward" = 1;
|
"net.ipv4.ip_forward" = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue