From f95b787f7c495b7199beac2b2cdd39e307e41ae7 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 25 Nov 2024 13:50:02 -0500 Subject: [PATCH] Shura: replace the default kernel with the Liquorix kernel --- flake.lock | 6 +++--- hosts/Shura/hardware-configuration.nix | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index d3cb55b..1e251fd 100644 --- a/flake.lock +++ b/flake.lock @@ -312,11 +312,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1731755305, - "narHash": "sha256-v5P3dk5JdiT+4x69ZaB18B8+Rcu3TIOrcdG4uEX7WZ8=", + "lastModified": 1732350895, + "narHash": "sha256-GcOQbOgmwlsRhpLGSwZJwLbo3pu9ochMETuRSS1xpz4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "057f63b6dc1a2c67301286152eb5af20747a9cb4", + "rev": "0c582677378f2d9ffcb01490af2f2c678dcb29d3", "type": "github" }, "original": { diff --git a/hosts/Shura/hardware-configuration.nix b/hosts/Shura/hardware-configuration.nix index bee6ac9..2d7bd25 100644 --- a/hosts/Shura/hardware-configuration.nix +++ b/hosts/Shura/hardware-configuration.nix @@ -9,7 +9,8 @@ in # Configure the kernel. boot = { - kernelPackages = pkgs.linuxPackages_latest; + #kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxKernel.packages.linux_lqx; # Hardware defaults detected by nixos-generate-configuration initrd = {