updated to efi boot
Check NixOS configurations / eval-hosts (push) Failing after 14m57s

This commit is contained in:
2026-07-18 07:52:30 +10:00
parent a3230128b2
commit d3ae41a031
6 changed files with 193 additions and 8 deletions
@@ -10,9 +10,9 @@
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.loader.grub.device = "/dev/sda2"; # or "nodev" for efi only
# boot.loader.grub.device = "/dev/sda2"; # or "nodev" for efi only
# fileSystems."/" =
# { device = "/dev/disk/by-label/nixos";