update waydroid.nix & firewall.nix

This commit is contained in:
k3t
2026-08-08 14:23:43 +00:00
parent 3572ef72af
commit b00cadd7a3
2 changed files with 17 additions and 11 deletions
+1
View File
@@ -3,6 +3,7 @@
{
virtualisation.waydroid = {
enable = true;
package = pkgs.waydroid-nftables;
};
environment.systemPackages = [ pkgs.wl-clipboard ];
}
+6 -1
View File
@@ -1,5 +1,9 @@
{
networking.firewall = {
networking = {
nftables = {
enable = true;
};
firewall = {
enable = true;
allowedTCPPorts = [ 4713 ];
#allowedUDPPorts = [ 80 443 ];
@@ -10,4 +14,5 @@
{ from = 8000; to = 9000; }
];
};
};
}