waydroid -> waydroid-nftables

This commit is contained in:
2026-02-02 13:33:49 -05:00
parent f776045d82
commit d1ceb9fa6f

View File

@@ -6,7 +6,12 @@
}: }:
{ {
# android virtualization # android virtualization
virtualisation.waydroid.enable = true; virtualisation.waydroid = {
enable = true;
# https://github.com/NixOS/nixpkgs/pull/466473
package = pkgs.waydroid-nftables;
};
programs.virt-manager.enable = true; programs.virt-manager.enable = true;