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