Remote Desktop: Difference between revisions
m add wikipedia links for VNC and RDP + minor style fixes. |
Add fuse information for Hyper-V drive redirection to work correctly. |
||
| Line 272: | Line 272: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
programs.fuse.enable = true; | |||
services = { | services = { | ||
xrdp = { | xrdp = { | ||
| Line 295: | Line 297: | ||
If in doubt, you can always run <code>ss --vsock -l</code>. If nothing shows up, then XRDP isn't listening where it should be and something about the above has changed. | If in doubt, you can always run <code>ss --vsock -l</code>. If nothing shows up, then XRDP isn't listening where it should be and something about the above has changed. | ||
Enabling fuse allows you to configure drive redirection in VMConnect and any drives selected will appear under <code>~/thinclient_drives</code> by default. Without enabling this programs option, you will receive a command not found error in <code>~/.local/share/xrdp/xrdp-chansrv.*.log</code> related to fusermount3. | |||
=== GNOME RDP === | === GNOME RDP === | ||