grub config now included

This commit is contained in:
2025-10-09 10:03:12 +02:00
parent 24667d777e
commit 493859058e
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.extraModulePackages = [ ];
fileSystems."/" =