From 577ac98e137512229ea7d4b56383e8e2ddaf5bd2 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 20 May 2024 21:37:23 -0400 Subject: [PATCH] nullbox: set kernel to 6.8 LTS --- hosts/nullbox/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index c1b1527..f21d5f0 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -19,6 +19,8 @@ config = { + boot.kernelPackages = pkgs.linuxPackages_6_8; + fileSystems = lib.mkMerge [ { "/ntfs" = {