nixos/v2raya: fix nftables support

This commit is contained in:
ChaosAttractor 2024-04-03 06:32:34 +08:00
parent 5476cea489
commit 865f976ddd
No known key found for this signature in database
GPG Key ID: 49CC7E193DF639F3

View File

@ -42,7 +42,7 @@ with lib;
};
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ iptables bash iproute2 ]; # required by v2rayA TProxy functionality
path = with pkgs; [ iptables bash iproute2 ] ++ lib.optionals nftablesEnabled [ nftables ]; # required by v2rayA TProxy functionality
};
};