mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
feat: remote desktop
This commit is contained in:
10
modules/nixos/desktop/remote-desktop/README.md
Normal file
10
modules/nixos/desktop/remote-desktop/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Remote Desktop
|
||||
|
||||
1. **X11**: We have `xrdp` & `ssh -x` for remote desktop access, which works well for most use cases.
|
||||
2. **Wayland**: (not tested)
|
||||
1. `waypipe`: similar to `ssh -X`, transfer wayland data over a ssh connection.
|
||||
2. [rustdesk](https://github.com/rustdesk/rustdesk): a remote desktop client/server written in rust.
|
||||
1. confirmed broken currently: <https://www.reddit.com/r/rustdesk/comments/1912373/rustdesk_on_hyprland/>
|
||||
3. [sunshine server](https://github.com/LizardByte/Sunshine) + [moonlight client](https://github.com/moonlight-stream): It's designed for game streaming, but it can be used for remote desktop as well.
|
||||
1. broken currently: <https://github.com/LizardByte/Sunshine/pull/1977>
|
||||
|
||||
Reference in New Issue
Block a user