RustDesk: Difference between revisions

Klinger (talk | contribs)
First version of article.
 
Klinger (talk | contribs)
m (24.05 to 24.11 upgrade)
Line 10: Line 10:
[[Category:Applications]] [[Category:Server]]
[[Category:Applications]] [[Category:Server]]
= Server =
= Server =
In NixOS 24.11 there is a mismatch between the documentation on search.nixos.org and the options needed to run the server. <syntaxhighlight lang="nixos">
There are only a few options necessary to run a RustDesk server:
<syntaxhighlight lang="nixos">
services.rustdesk-server = {
services.rustdesk-server = {
   enable = true;
   enable = true;
   openFirewall = true;
   openFirewall = true;
   relayIP = "example.com";
   signal.relayHosts = ["example.com"];
};
};
</syntaxhighlight>The key is stored at: /var/lib/private/rustdesk/id_ed25519.pub
</syntaxhighlight>The key is stored at: /var/lib/private/rustdesk/id_ed25519.pub