Opening swarm port

This commit is contained in:
Martin Potier 2017-06-23 23:44:07 +02:00
parent 7bb46d0128
commit afba2d5c2a
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
networking.firewall.allowedTCPPorts = [
4001 # This is IPFS swarm port
];
services.ipfs = {
enable = true;
enableGC = true;