We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02523dc commit b41afdaCopy full SHA for b41afda
1 file changed
modules/nixos/hardware/steamdeck.nix
@@ -45,6 +45,9 @@
45
# Ensure no conflicting audio configuration
46
services.pulseaudio.enable = lib.mkForce false;
47
48
+ # Disable WiFi power management to try to fix issues with 5GHz networks.
49
+ networking.networkmanager.wifi.powersave = false;
50
+
51
# Required for Decky Loader.
52
systemd.user.tmpfiles.rules = lib.mkIf config.jovian.decky-loader.enable [
53
"f /home/${config.jovian.steam.user}/.local/share/Steam/.cef-enable-remote-debugging 0644 ${config.jovian.steam.user} users -"
0 commit comments