Files
nix-config-ryan4yin/modules/nixos/desktop/remote-desktop
Ryan Yin 8690978d7e feat: replace impermanence with preservation (#198)
* feat: replace impermanence with preservation

* fix: This module cannot be used with scripted initrd.

* fix: permission for /var/lib/private

* chore: boot.initrd.systemd.enable

* docs: boot.initrd.luks.devices.<name>.fallbackToPassword is implied by systemd stage 1

* fix: typo
2025-06-29 13:02:36 +08:00
..
2025-05-21 12:16:00 +08:00

Remote Desktop

  1. X11: We have xrdp & ssh -x for remote desktop access, which works well for most use cases.
  2. Wayland: (not tested)
  3. waypipe: similar to ssh -X, transfer wayland data over a ssh connection.
  4. rustdesk: a remote desktop client/server written in rust.
  5. confirmed broken currently: https://www.reddit.com/r/rustdesk/comments/1912373/rustdesk_on_hyprland/
  6. sunshine server + moonlight client: It's designed for game streaming, but it can be used for remote desktop as well.
  7. broken currently: https://github.com/LizardByte/Sunshine/pull/1977