From d1ceb9fa6f618cfc4365d643a622d4e280bca649 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 2 Feb 2026 13:33:49 -0500 Subject: [PATCH] waydroid -> waydroid-nftables --- system/vm.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/system/vm.nix b/system/vm.nix index e0f4b65..6d0b294 100644 --- a/system/vm.nix +++ b/system/vm.nix @@ -6,8 +6,13 @@ }: { # 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; users.groups.libvirtd.members = [ username ];