Waydroid: Difference between revisions
Add nix shell instruction for waydroid-script |
Use the waydroid-nftables package that is required for running on linux kernel 6.17+ |
||
| Line 6: | Line 6: | ||
== Installation == | == Installation == | ||
Enable Waydroid in your system configuration: | Enable Waydroid in your system configuration and use the <code>waydroid-nftables</code> package which has patches to run on newer linux kernel versions that use nftables instead of the older iptables: | ||
{{file| | {{file|3=<nowiki> | ||
{ | { | ||
virtualisation.waydroid | virtualisation.waydroid = { | ||
enable = true; | |||
package = pkgs.waydroid-nftables; | |||
}; | |||
} | } | ||
</nowiki>}} | </nowiki>|name=/etc/nixos/configuration.nix|lang=nix}} | ||