diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index fc17a28..c997c1b 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -14,7 +14,7 @@ ./secrets.nix ]; - boot.kernelPackages = pkgs.linuxPackages; + boot.kernelPackages = pkgs.linuxPackages_latest; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;