Remote Desktop: Difference between revisions
imported>Nezumi1503 →x2go: How to install a server |
imported>Jonasmadsen m Added meshcentral |
||
| Line 39: | Line 39: | ||
https://github.com/NixOS/nixpkgs/issues/17879 | https://github.com/NixOS/nixpkgs/issues/17879 | ||
=== Meshcentral === | |||
Meshcentral is a self-hosted open source administration tool similar to teamviewer. | |||
Meshcentral server has been added, and can be used with: | |||
<code>services.meshcentral.enable = true;</code> | |||
(Meshcentral Server)[https://nixos.org/manual/nixos/unstable/options.html#opt-services.meshcentral.enable] | |||
however the agent is not yet added so you can't deploy clients i nixos. yet. | |||
https://github.com/NixOS/nixpkgs/issues/167527 | |||