summaryrefslogtreecommitdiff
path: root/host/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'host/hardware')
-rw-r--r--host/hardware/athena.nix2
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" ];