From cf133635faa3ec9104f2b8be9ca510e00655b7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 16 Oct 2024 16:30:25 +0300 Subject: [PATCH] vno1-gdrx: linuxPackages_latest --- hosts/vno1-gdrx/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index 8652d25..8e237f4 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -1,4 +1,9 @@ -{ config, myData, ... }: +{ + config, + myData, + pkgs, + ... +}: let nvme = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NX0TA00913P"; in @@ -29,6 +34,7 @@ in }; boot = { + kernelPackages = pkgs.linuxPackages_latest; kernelModules = [ "kvm-intel" ]; loader.systemd-boot.enable = true; initrd = {