enable crashdump maybe?

This commit is contained in:
chaos 2023-09-20 16:47:49 +01:00
parent 59875be585
commit dd8d451b36
No known key found for this signature in database

View file

@ -33,10 +33,13 @@ in {
dhcpcd.enable = false;
};
boot.crashDump.enable = true;
boot.initrd.kernelModules = [
"virtio_gpu"
"virtio_pci"
"virtio_net"
"virtio_scsi"
];