updates from makefile

This commit is contained in:
Don Harper 2024-10-12 18:06:30 -05:00
parent 391829eba3
commit ecffa08119
8 changed files with 116 additions and 70 deletions

View file

@ -18,8 +18,8 @@
networking.hostName = "w1";
boot = {
initrd = {
availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
kernelModules = [ "nvme" ];
availableKernelModules = ["ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi"];
kernelModules = ["nvme"];
};
loader = {
grub = {