newton: fmt hardware-config

This commit is contained in:
Felix Buehler 2022-11-29 17:06:46 +01:00
parent 7659c9beee
commit 9b7778663e

View file

@ -2,8 +2,16 @@
{
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.initrd.availableKernelModules = [
"ata_piix"
"sd_mod"
"uhci_hcd"
"virtio_pci"
"virtio_scsi"
];
boot.initrd.kernelModules = [
"dm-snapshot"
];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];