+1
-1
nixos/tests/all-tests.nix
+1
-1
nixos/tests/all-tests.nix
···
···
+84
-86
nixos/tests/xrdp-with-audio-pulseaudio.nix
+84
-86
nixos/tests/xrdp-with-audio-pulseaudio.nix
···-# - server.send_monitor_command("hostfwd_add tcp::3389-:3389") # forward the RDP port to the host-# - Don't forget to enable audio support. In remmina: Advanced -> Audio output mode to Local (default is Off)-client.send_chars("xfreerdp /cert-tofu /w:640 /h:480 /v:127.0.0.1 /u:${user.name} /p:${user.password} /sound\n")-client.send_chars("xfreerdp /cert-tofu /w:640 /h:480 /v:server /u:${user.name} /p:${user.password} /sound\n")
···+# - server.send_monitor_command("hostfwd_add tcp::3389-:3389") # forward the RDP port to the host+# - Don't forget to enable audio support. In remmina: Advanced -> Audio output mode to Local (default is Off)+client.send_chars("xfreerdp /cert-tofu /w:640 /h:480 /v:127.0.0.1 /u:${user.name} /p:${user.password} /sound\n")+client.send_chars("xfreerdp /cert-tofu /w:640 /h:480 /v:server /u:${user.name} /p:${user.password} /sound\n")