+15
-1
nixos/modules/services/networking/toxvpn.nix
+15
-1
nixos/modules/services/networking/toxvpn.nix
···description = "udp port for toxcore, port-forward to help with connectivity if you run many nodes behind one NAT";···+exec toxvpn -i ${config.services.toxvpn.localip} -l /run/toxvpn/control -u toxvpn -p ${toString config.services.toxvpn.port} ${lib.concatMapStringsSep " " (x: "-a ${x}") config.services.toxvpn.auto_add_peers}-ExecStart = "${pkgs.toxvpn}/bin/toxvpn -i ${config.services.toxvpn.localip} -l /run/toxvpn/control -u toxvpn -p ${toString config.services.toxvpn.port}";···
+16
-9
pkgs/tools/networking/toxvpn/default.nix
+16
-9
pkgs/tools/networking/toxvpn/default.nix
···description = "A powerful tool that allows one to make tunneled point to point connections over Tox";