From 94ff04595f608534b5d5588520c1784ef693868c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 1 Aug 2025 13:24:23 +0200 Subject: athena: Enable acceleration of moonlight --- host/hardware/athena.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/hardware/athena.nix') 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" ]; -- cgit v1.2.3