From 4d63a5b782ea32d4af9af8a124d36604f4dae908 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 30 Dec 2023 16:39:50 +0100 Subject: [PATCH] Enable steam deck settings --- nixos/hosts/shodan/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index b376795..8ec13d4 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -131,6 +131,9 @@ #Enable gyro service for CEMU jovian.devices.steamdeck.enableGyroDsuService = true; + #Enable steam deck specific services + jovian.devices.steamdeck.enable = true; + #Enable auto updates for the BIOS and controller firmware jovian.devices.steamdeck.autoUpdate = true;