Waydroid: Difference between revisions

imported>Yswtrue
add clipboard share discription
imported>Hypnosis2839
Installation: simplify installation instructions, remove unnecessary module
Line 6: Line 6:
== Installation ==
== Installation ==


We will need to enable the WayDroid and LXD options (the WayDroid module enables LXC).
Enable WayDroid in your system configuration:


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{ pkgs, ... }:
{
{
   virtualisation = {
   virtualisation.waydroid.enable = true;
    waydroid.enable = true;
    lxd.enable = true;
  };
}
}
</nowiki>}}
</nowiki>}}


Apply changes
<syntaxhighlight lang="bash">
# Rebuild NixOS config.
nixos-rebuild switch
</syntaxhighlight>


You'll need to finish the WayDroid install in your shell.  
After rebuilding and switching, finish the WayDroid install in your shell.  


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">