sayuri: Load sg module by default

It is required for accessing the optical drive in MakeMKV.
pull/64/head
Simon Bruder 2022-04-03 08:30:22 +02:00
parent b8e40b1e67
commit c2cde74116
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -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";