From 729c963122acf86f991e6990df62a092f6c35420 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 23 Dec 2023 14:59:40 -0700 Subject: use lates kernel on zenbook --- machines/zenbook/configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'machines/zenbook') diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index b1135a9..47aecfa 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -10,9 +10,12 @@ ]; # Use the systemd-boot EFI boot loader. - boot.loader = { - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; + boot = { + loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; + kernelPackages = pkgs.linuxPackages_latest; # use latest kernel }; nixpkgs = { -- cgit v1.2.3