Add SG to kernel modules

Required for ripping DVDs with MakeMKV
This commit is contained in:
Andreas Zweili 2023-04-22 16:54:56 +02:00
parent eca688ca15
commit 81a6d52c97
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"xhci_pci"
];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelModules = [ "kvm-intel" "sg" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ ];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";