summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-03-16 20:24:06 +0100
committerMel <mel@rnrd.eu>2026-03-20 23:52:33 +0100
commit8ab711c6b6c2391727bf66a61264c5c6d3b669dd (patch)
tree32624fc065eefdbdf51e31bd38cd77d4245259c6 /modules
parent12ca5165b3961e78dbedf6e636fc7597413de918 (diff)
downloadminerals-8ab711c6b6c2391727bf66a61264c5c6d3b669dd.tar.zst
minerals-8ab711c6b6c2391727bf66a61264c5c6d3b669dd.zip
Remove Sunshine audio_sink setting allowing it to handle audio automatically
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules')
-rw-r--r--modules/sunshine.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/sunshine.nix b/modules/sunshine.nix
index ae09794..3d44889 100644
--- a/modules/sunshine.nix
+++ b/modules/sunshine.nix
@@ -23,7 +23,6 @@ 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_04_00.0.hdmi-stereo";
 
       # no need for encryption since we are going through a secure network anyway
       lan_encryption_mode = 0;