From 8517b10b0a78631d9523190c21b5d44bc8782fe0 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 1 Dec 2022 16:07:56 +0100 Subject: [PATCH] Switch loki to linux latest --- loki/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loki/configuration.nix b/loki/configuration.nix index b705cf9..cba4489 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -2,7 +2,7 @@ with lib; { boot = { binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ]; - # kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_latest; loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;