From e480d603ce47b8611ef4c12238a0774581ea8c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 19 Nov 2024 22:42:56 +0200 Subject: [PATCH] vm and mtworx: upgrade kernel packages --- hosts/mtworx/configuration.nix | 1 + hosts/vm/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 95c63ae..9783441 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -32,6 +32,7 @@ in boot = { kernelModules = [ "kvm-intel" ]; + kernelPackages = pkgs.linuxPackages_6_11; loader.systemd-boot.enable = true; initrd = { diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 9bef17e..c7df12c 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -23,6 +23,7 @@ boot = { loader.systemd-boot.enable = true; + kernelPackages = pkgs.linuxPackages_latest; supportedFilesystems = [ "zfs" "btrfs"