Teamviewer: Difference between revisions
imported>Cx405 initial |
mention wayland is currently not supported |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 7: | Line 7: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
Please be aware, that installing Teamviewer by adding it to the <code>environment.systemPackages</code> of your <code>configuration.nix</code>: | |||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
environment.systemPackages = with pkgs; [ | environment.systemPackages = with pkgs; [ | ||
| Line 16: | Line 16: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
or installing it via <code>nix-env -i teamviewer</code> will '''not''' install its corresponding service. This will allow Teamviewer to start outgoing connections, but will not allow it to receive connections from the Internet. Upon the start, Teamviewer will hence display ''Not ready. Please check your connection'' message. | or installing it via <code>nix-env -i teamviewer</code> will '''not''' install its corresponding service. This will allow Teamviewer to start outgoing connections, but will not allow it to receive connections from the Internet. Upon the start, Teamviewer will hence display ''Not ready. Please check your connection'' message. | ||
=== Wayland support === | |||
There is upstream support for connecting to a system that is running wayland, but this does not yet appear to work under NixOS (https://github.com/NixOS/nixpkgs/issues/404645). Perhaps a different [[Remote Desktop]] option might help? | |||
[[Category:Guide]] | |||