open gnunet port

This commit is contained in:
lurchi 2019-07-06 12:01:59 +02:00
parent 23d1834812
commit 43c75278e9
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ in
# so install them globally.
environment.systemPackages = [ cfg.package ];
networking.firewall.allowedTCPPorts = [ 2086 ];
networking.firewall.allowedUDPPorts = [ 2086 ];
security.wrappers = {
gnunet-helper-vpn = {
source = "${cfg.package}/lib/gnunet/libexec/gnunet-helper-vpn";