RustDesk: Difference between revisions
m more "impresonal" description (even if a tiny bit less clear) |
External documentation has moved and link broke. Directly link to a particular commit so this doesn't happen again. |
||
| Line 22: | Line 22: | ||
</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 | ||
[https://github.com/rustdesk/rustdesk-server | [https://github.com/rustdesk/rustdesk-server/tree/235a3c326ceb665e941edb50ab79faa1208f7507#env-variables Some settings may only be set via ENV variables] like this: | ||
<syntaxhighlight lang="nixos"> | <syntaxhighlight lang="nixos"> | ||
systemd.services.rustdesk-signal.environment.ALWAYS_USE_RELAY = "Y"; | systemd.services.rustdesk-signal.environment.ALWAYS_USE_RELAY = "Y"; | ||
</syntaxhighlight> | </syntaxhighlight> | ||