about summary refs log tree commit diff
path: root/nixosConfigurations/eonwe
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-12-12 01:08:23 +0300
committerAzat Bahawi <azat@bahawi.net>2023-12-12 01:08:23 +0300
commit452110c88d2ef0137d28e9270a4551d26144d684 (patch)
tree45ecf70463792f317a26717fcbce022b6f20ae97 /nixosConfigurations/eonwe
parent2023-12-10 (diff)
2023-12-12
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/eonwe/default.nix2
1 files changed, 1 insertions, 1 deletions
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:

Consider giving Nix/NixOS a try! <3