From b167fd7d1dfa2139459f04ffe5d013c38c6a59ee Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 31 Dec 2022 21:12:41 +0100 Subject: switch to latest kernel --- configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index ec51150..d181fd5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,6 +8,7 @@ imports = [ ./hardware-configuration.nix ./env.nix + ./nix.nix ./packages.nix ./users.nix ./zsh.nix @@ -56,9 +57,12 @@ programs.ssh.startAgent = true; - boot.loader = { - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; + boot = { + kernelPackages = pkgs.linuxPackages_latest; + loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; }; system.stateVersion = "23.05"; -- cgit 1.4.1