diff options
| author | Mel <mel@rnrd.eu> | 2026-03-12 14:47:41 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-03-16 20:51:39 +0100 |
| commit | 748cc6f5752dc6c2bb05d3978cb49fda37ad6369 (patch) | |
| tree | 8622e79bc6b209221a33b7b04f599324214c8cdc /modules/sunshine.nix | |
| parent | 29a18330119daeb333f49873c548f3177d77aec5 (diff) | |
| download | minerals-748cc6f5752dc6c2bb05d3978cb49fda37ad6369.tar.zst minerals-748cc6f5752dc6c2bb05d3978cb49fda37ad6369.zip | |
Adjust Wolfram Sunshine audio sink PCIe path
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/sunshine.nix')
| -rw-r--r-- | modules/sunshine.nix | 2 |
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; |
