diff options
Diffstat (limited to 'host/hardware')
-rw-r--r-- | host/hardware/athena.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/hardware/athena.nix b/host/hardware/athena.nix index 0682645..b0fb576 100644 --- a/host/hardware/athena.nix +++ b/host/hardware/athena.nix @@ -9,7 +9,7 @@ ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; - boot.kernelModules = [ "kvm-intel" ]; + boot.kernelModules = [ "kvm-intel" "fuse" ]; boot.extraModulePackages = [ ]; fileSystems."/" = |