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