kernel 6.18

This commit is contained in:
Henri Dohmen 2025-12-17 20:49:14 +01:00
parent fe0780a9e6
commit 0f3e917ba7
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -31,7 +31,7 @@
};
};
kernelPackages = pkgs.linuxPackages_6_12;
kernelPackages = pkgs.linuxPackages_6_18;
kernel.sysctl."kernel.sysrq" = 1;
initrd.systemd.network.wait-online.enable = false;