vm and mtworx: upgrade kernel packages

This commit is contained in:
Motiejus Jakštys 2024-11-19 22:42:56 +02:00
parent 1dc6c4effc
commit e480d603ce
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ in
boot = {
kernelModules = [ "kvm-intel" ];
kernelPackages = pkgs.linuxPackages_6_11;
loader.systemd-boot.enable = true;
initrd = {

View File

@ -23,6 +23,7 @@
boot = {
loader.systemd-boot.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = [
"zfs"
"btrfs"