1

System: Reformat hardware-configurations

This commit is contained in:
2025-07-22 14:16:17 +02:00
parent 62584588f5
commit e65fbecd3c
4 changed files with 42 additions and 8 deletions

View File

@ -10,7 +10,13 @@
];
boot = {
initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod"];
initrd.availableKernelModules = [
"ata_piix"
"uhci_hcd"
"virtio_pci"
"virtio_scsi"
"sd_mod"
];
initrd.kernelModules = [];
kernelModules = [
"kvm-intel"