From 5617e7f0818947552ae96d1371d337c862763a4a Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Wed, 18 Mar 2026 20:53:05 +0100 Subject: [PATCH] add kernel module for makemkv to conv --- devices/conv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/conv.nix b/devices/conv.nix index 4099a36..6f7031d 100644 --- a/devices/conv.nix +++ b/devices/conv.nix @@ -10,7 +10,7 @@ boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; + boot.kernelModules = [ "kvm-amd sg" ]; boot.extraModulePackages = [ ]; fileSystems."/" =