boot fixes for single host

This commit is contained in:
2026-03-03 00:43:27 +01:00
parent 42529d4176
commit c296dd3415

View File

@@ -1,7 +1,7 @@
{
flake.nixosModules.computer-mo = {
boot.kernelModules = [ "" ];
boot.extraModulePackages = [ ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
nixpkgs.hostPlatform = "x86_64-linux";
hardware.cpu.amd.updateMicrocode = true;
};