Loading nixos/modules/services/networking/v2raya.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 }; }; Loading Loading
nixos/modules/services/networking/v2raya.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 }; }; Loading