diff options
Diffstat (limited to 'host/hardware/athena.nix')
-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 53b36cf..f17d0cb 100644 --- a/host/hardware/athena.nix +++ b/host/hardware/athena.nix @@ -11,7 +11,7 @@ boot = { initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ]; initrd.kernelModules = [ "dm-snapshot" ]; - kernelModules = [ "kvm-intel" "fuse" ]; + kernelModules = [ "kvm-intel" "fuse" "uinput" ]; extraModulePackages = [ ]; kernelParams = [ "nvidia-drm.modeset=1" ]; |