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 ];