From 489d78e8b2084272d717f86cc9fb302b2c171216 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 19 Aug 2024 16:56:41 +0200 Subject: [PATCH] fix(alice): remove explicit linux override Linux 6.8 is now EOL and I should've removed this long ago. --- hosts/alice/system.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/alice/system.nix b/hosts/alice/system.nix index 2b4993a..b1242b9 100644 --- a/hosts/alice/system.nix +++ b/hosts/alice/system.nix @@ -16,7 +16,6 @@ boot = { supportedFilesystems = ["bcachefs"]; - kernelPackages = pkgs.linuxPackages_6_8; loader = { systemd-boot.enable = true; -- 2.46.0