From 452110c88d2ef0137d28e9270a4551d26144d684 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 12 Dec 2023 01:08:23 +0300 Subject: 2023-12-12 --- nixosConfigurations/eonwe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixosConfigurations/eonwe') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index a469fff..c8077b2 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -97,7 +97,7 @@ with lib; { nixpkgs.config.allowBroken = true; boot = { - kernelPackages = pkgs.linuxPackages_xanmod; + kernelPackages = pkgs.linuxPackages_xanmod_latest; kernelParams = [ # Silence benign MCE errors: -- cgit v1.2.3