diff options
author | Adrian Kummerlaender | 2025-08-01 13:24:23 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2025-08-01 13:24:23 +0200 |
commit | 94ff04595f608534b5d5588520c1784ef693868c (patch) | |
tree | eab23a6b64e772a3b7bef29373c619b728038e4d /host/hardware | |
parent | 3f9313fa7d4c3803e849f4c108b820f924db1ed2 (diff) | |
download | nixos_system-94ff04595f608534b5d5588520c1784ef693868c.tar nixos_system-94ff04595f608534b5d5588520c1784ef693868c.tar.gz nixos_system-94ff04595f608534b5d5588520c1784ef693868c.tar.bz2 nixos_system-94ff04595f608534b5d5588520c1784ef693868c.tar.lz nixos_system-94ff04595f608534b5d5588520c1784ef693868c.tar.xz nixos_system-94ff04595f608534b5d5588520c1784ef693868c.tar.zst nixos_system-94ff04595f608534b5d5588520c1784ef693868c.zip |
athena: Enable acceleration of moonlight
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 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" ]; |