mtp fuse kernel mod

This commit is contained in:
Odweta
2026-01-12 08:41:18 +01:00
parent 30468d34cd
commit 206512823a
+4 -1
View File
@@ -9,9 +9,12 @@
];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usbhid" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "fuse" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.extraModprobeConfig = ''
options fuse index=max
'';
fileSystems."/" =
{ device = "/dev/mapper/luks-92ca99f5-755f-4b98-b20f-ef9264f854fa";