From 66c30301c550a2e8a68c49d74db386402fa05e34 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 20 Mar 2026 23:47:19 +0100 Subject: Add DualSense 5 as default controller type in Sunshine Signed-off-by: Mel --- modules/sunshine.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/sunshine.nix b/modules/sunshine.nix index b705445..28ccff8 100644 --- a/modules/sunshine.nix +++ b/modules/sunshine.nix @@ -38,6 +38,8 @@ in lan_encryption_mode = 0; wan_encryption_mode = 0; origin_web_ui_allowed = "wan"; # allow access everywhere + + gamepad = "ds5"; # my primary controllers }; applications = { -- cgit 1.4.1