diff options
| author | Mel <mel@rnrd.eu> | 2026-03-20 23:47:19 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-03-20 23:52:34 +0100 |
| commit | 66c30301c550a2e8a68c49d74db386402fa05e34 (patch) | |
| tree | f9c9fea9a36c1729104d0b239c1b98464107fbc1 /modules/sunshine.nix | |
| parent | a4743924cb53b011df4c3d684d99aa3941b035b4 (diff) | |
| download | minerals-66c30301c550a2e8a68c49d74db386402fa05e34.tar.zst minerals-66c30301c550a2e8a68c49d74db386402fa05e34.zip | |
Add DualSense 5 as default controller type in Sunshine
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/sunshine.nix')
| -rw-r--r-- | modules/sunshine.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = { |
