summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/sunshine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sunshine.nix b/modules/sunshine.nix
index 399fe70..ae09794 100644
--- a/modules/sunshine.nix
+++ b/modules/sunshine.nix
@@ -23,7 +23,7 @@ in
       adapter_name = "/dev/dri/renderD128"; # primary card should be located here
       encoder = "vaapi"; # or "qsv" is quicksync is better supported
       av1_mode = 2;
-      audio_sink = "alsa_output.pci-0000_29_00.0.hdmi-stereo";
+      audio_sink = "alsa_output.pci-0000_04_00.0.hdmi-stereo";
 
       # no need for encryption since we are going through a secure network anyway
       lan_encryption_mode = 0;