From 206512823a3142d933a2b1658da7737376338be3 Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 12 Jan 2026 08:41:18 +0100 Subject: [PATCH] mtp fuse kernel mod --- hardware-configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 04d639b..91dcca1 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -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";