Merge pull request #301084 from LostAttractor/fix/v2raya

nixos/v2raya: fix nftables support
This commit is contained in:
Aleksana 2024-04-03 22:09:33 +08:00 committed by GitHub
commit cd6f498571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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