Remote Desktop

From NixOS Wiki
Revision as of 23:26, 23 August 2017 by imported>Volth

Tiger VNC

Nixpkgs has a server package but no service.

x2go

...

RDP

NixOS has first class support for XRDP server.

services.xrdp.enable = true:
services.xrdp.defaultWindowManager = "${pkgs.icewm}/bin/icewm";
networking.firewall.allowedTCPPorts = [ 3389 ];

Guacamole

Not yet added to nixpkgs

https://github.com/NixOS/nixpkgs/issues/17879