sayuri: Load sg module by default
It is required for accessing the optical drive in MakeMKV.
This commit is contained in:
parent
b8e40b1e67
commit
c2cde74116
|
@ -11,7 +11,7 @@
|
|||
loader.grub.device = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_250GB_S4EUNJ0N412342P";
|
||||
initrd = {
|
||||
availableKernelModules = [ "aesni_intel" "ahci" "ehci_pci" "nvme" "sd_mod" "sr_mod" "usb_storage" "usbhid" "xhci_pci" ];
|
||||
kernelModules = [ "dm-snapshot" ];
|
||||
kernelModules = [ "dm-snapshot" "sg" ];
|
||||
luks.devices = {
|
||||
root = {
|
||||
name = "root";
|
||||
|
|
Loading…
Reference in a new issue