From 48920b91f8af455e5a35640c4771c4b46ac3698b Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sat, 10 Apr 2021 14:58:00 -0400 Subject: [PATCH] hosts/neo: use default kernel (5.10) --- hosts/neo/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/neo/configuration.nix b/hosts/neo/configuration.nix index f55434e..8f63780 100644 --- a/hosts/neo/configuration.nix +++ b/hosts/neo/configuration.nix @@ -21,7 +21,6 @@ boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; - kernelPackages = pkgs.linuxPackages_5_10; }; fileSystems = {