Remilia/boot: bochs_drm -> bochs, also update the flake inputs

This commit is contained in:
2022-03-09 11:46:24 +05:30
parent 26f2fdfd0c
commit e88dd9b031
3 changed files with 64 additions and 61 deletions

View File

@@ -2,7 +2,7 @@
{
boot = {
kernel.sysctl."net.ipv4.ip_forward" = 1;
initrd.kernelModules = [ "bochs_drm" ];
initrd.kernelModules = [ "bochs" ];
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" ];
kernelModules = [ "kvm-amd" ];
kernelParams = [ "console=ttyS0" "console=tty1" "nvme.shutdown_timeout=10" "libiscsi.debug_libiscsi_eh=1" ];