open gnunet port
This commit is contained in:
parent
23d1834812
commit
43c75278e9
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue