From 253ba3719efaf97f2706d8aa118684a44fdc4ff5 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sun, 13 Jul 2025 22:50:50 +0200 Subject: [PATCH] temperance: configuration: switch to linuxPackages_latest --- hosts/temperance/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 8736b1e..c9cb743 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -12,7 +12,7 @@ security.polkit.enable = true; # boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox; - boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; programs.nix-ld.enable = true; services = { fstrim.enable = lib.mkDefault true;