diff --git a/.config/linux/system/module/Common.nix b/.config/linux/system/module/Common.nix index c9f446e..ffc49a2 100644 --- a/.config/linux/system/module/Common.nix +++ b/.config/linux/system/module/Common.nix @@ -48,6 +48,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # Latest kernel. + boot.kernelPackages = pkgs.linuxPackages_latest; + # Sysctl. boot.kernel.sysctl = { # Spoof protection.