Opening swarm port
This commit is contained in:
parent
7bb46d0128
commit
afba2d5c2a
1 changed files with 3 additions and 0 deletions
3
ipfs.nix
3
ipfs.nix
|
@ -1,6 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
4001 # This is IPFS swarm port
|
||||||
|
];
|
||||||
services.ipfs = {
|
services.ipfs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGC = true;
|
enableGC = true;
|
||||||
|
|
Loading…
Reference in a new issue