common: use latest linux kernel by default
This commit is contained in:
parent
c17b068aae
commit
e9fb3d71d8
@ -195,6 +195,8 @@ in {
|
||||
Defaults lecture_file = ${sudoLecture}
|
||||
'';
|
||||
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/blob/nixos-24.05/nixos/modules/profiles/hardened.nix
|
||||
boot.blacklistedKernelModules = [
|
||||
# Obscure network protocols
|
||||
|
@ -17,8 +17,6 @@
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user