disable nftables again

This commit is contained in:
k3t
2026-08-09 14:02:28 -06:00
parent 9d5b87e036
commit 550b91fd59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{
virtualisation.waydroid = {
enable = true;
package = pkgs.waydroid-nftables;
package = pkgs.waydroid;
};
environment.systemPackages = [ pkgs.wl-clipboard ];
}