From c15a25d4620c4204112addd61b57acbb3ea4e6a1 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 10 Oct 2024 03:57:13 -0400 Subject: [PATCH] Commit for generation 220 --- glasshouse-desktop/sys/bootloader.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glasshouse-desktop/sys/bootloader.nix b/glasshouse-desktop/sys/bootloader.nix index c823986..6b8160d 100644 --- a/glasshouse-desktop/sys/bootloader.nix +++ b/glasshouse-desktop/sys/bootloader.nix @@ -5,6 +5,6 @@ loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; loader.systemd-boot.configurationLimit = 10; - boot.kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_latest; }; }