Remote Desktop: Difference between revisions
imported>Volth Created page with "=== Tiger VNC === ... === x2go === ... === RDP === NixOS has first class support for XRDP server. <source lang="nix"> services.xrdp.enable = true: services.xrdp.defaultW..." |
imported>Volth No edit summary |
||
Line 1: | Line 1: | ||
=== Tiger VNC === | === Tiger VNC === | ||
Nixpkgs has a server package but no service. | |||
=== x2go === | === x2go === | ||
Line 19: | Line 19: | ||
=== Guacamole === | === Guacamole === | ||
. | Not yet added to nixpkgs | ||
https://github.com/NixOS/nixpkgs/issues/17879 |
Revision as of 23:26, 23 August 2017
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