pacifidlog: use latest kernel
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-12 17:39:26 -04:00
parent 6fa5758c11
commit 74a06e2865

View file

@ -2,6 +2,7 @@
{ {
config, config,
lib, lib,
pkgs,
self, self,
... ...
}: { }: {
@ -26,7 +27,12 @@
]; ];
boot = { boot = {
initrd.systemd.enable = true; initrd = {
availableKernelModules = ["nvme" "sd_mod" "thunderbolt" "usb_storage" "xhci_pci"];
systemd.enable = true;
};
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
# lanzaboote = { # lanzaboote = {
# enable = true; # enable = true;